ITfCategoryMgr::RegisterGUIDDWORD method

Syntax


HRESULT RegisterGUIDDWORD(
  [in] REFCLSID rclsid,
  [in] REFGUID  rguid,
  [in] DWORD    dw
);

Parameters

rclsid [in]

Contains the CLSID of the text service that owns the GUID.

rguid [in]

Contains the GUID that the DWORD is registered for.

dw [in]

Contains the DWORD value registered for the GUID.

Return value

This method can return one of these values.

ValueDescription
S_OK

The method was successful.

E_FAIL

The method was unable to register the DWORD value.

 

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::GetGUIDDWORD
ITfCategoryMgr::UnregisterGUIDDWORD

 

 

Show: