ITfCategoryMgr::IsEqualTfGuidAtom method
Syntax
HRESULT IsEqualTfGuidAtom( [in] TfGuidAtom guidatom, [in] REFGUID rguid, [out] BOOL *pfEqual );
Parameters
- guidatom [in]
-
Specifies an atom that represents a GUID in the internal table.
- rguid [in]
-
Specifies the address of the GUID to compare with the atom in the internal table.
- pfEqual [out]
-
Pointer to a Boolean variable that receives an indication of whether the atom represents the GUID.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The method cannot access the internal table. |
|
The specified pfEqual parameter was NULL on input. |
Remarks
If the atom specified by the guidatom parameter represents the GUID specified by the rguid parameter, the pfEqual parameter receives a nonzero value. Otherwise, the pfEqual parameter receives zero.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also