Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
|---|---|
|
The method was successful. |
|
The method was unable to get the DWORD value. |
|
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