Scroll to navigation

IsEqualGUID16(3w) Wine API IsEqualGUID16(3w)

NAME

IsEqualGUID16 (COMPOBJ.18)

SYNOPSIS

BOOL16 IsEqualGUID16
(
GUID* g1,
GUID* g2
)
 

PARAMS

g1 [In] unique Id 1.
g2 [In] unique Id 2.
 

DESCRIPTION

Compares two Unique Identifiers.
 

RETURNS

TRUE if equal
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/compobj.dll16/compobj.c".
Debug channel "ole".
Oct 2012 Wine API