table of contents
other versions
- wheezy 1.4.1-4
IsEqualGUID(3w) | Wine API | IsEqualGUID(3w) |
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 equalIMPLEMENTATION¶
Declared in "compobj_private.h". Implemented in "dlls/ole32/compobj.c". Debug channel "ole".Oct 2012 | Wine API |