NAME

IsEqualGUID  (OLE32.@)

SYNOPSIS

 BOOL IsEqualGUID
 (
  REFGUID rguid1,
  REFGUID rguid2
 )

DESCRIPTION

Compares two Unique Identifiers.

PARAMS

rguid1 [In] The first GUID to compare.
rguid2 [In] The other GUID to compare.

RETURNS

TRUE if equal

IMPLEMENTATION

Declared in "include/netiodef.h". gitlab.winehq.org/wine/wine/blob/master/include/netiodef.h

Implemented in "dlls/ole32/compobj.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.