Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

ValueDescription
S_OK

The method was successful.

E_FAIL

The method cannot access the internal table.

E_INVALIDARG

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

Msctf.h

IDL

Msctf.idl

DLL

Msctf.dll

See also

ITfCategoryMgr
ITfCategoryMgr::GetGUID
ITfCategoryMgr::RegisterGUID

 

 

Show:
© 2017 Microsoft