You are reading help file online using chmlib.com
|
SpInitTokenListBox initializes a list box with the description of tokens from a specified category.
Found in: spuihelp.h
HRESULT SpInitTokenListBox(
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
|