ITfCategoryMgr::GetGUIDDWORD method (msctf.h)

Obtains the DWORD value of the specified GUID from the Windows registry.

Syntax

HRESULT GetGUIDDWORD(
  [in]  REFGUID rguid,
  [out] DWORD   *pdw
);

Parameters

[in] rguid

Specifies the address of the GUID for which to get the value.

[out] pdw

Pointer to the DWORD variable that receives the value of the GUID.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_FAIL
The method was unable to get the DWORD value.
E_INVALIDARG
The specified pdw parameter was NULL on input.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header msctf.h
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfCategoryMgr interface, ITfCategoryMgr::RegisterGUIDDWORD, ITfCategoryMgr::UnregisterGUIDDWORD