You are reading help file online using chmlib.com
|
SpInitTokenComboBox initializes a combo box with the description of tokens from a specified category.
Found in: spuihelp.h
HRESULT SpInitTokenComboBox(
HWND hwnd,
const WCHAR* pszCatName,
const WCHAR* pszRequiredAttrib = NULL,
const WCHAR* pszOptionalAttrib = NULL
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|