TLSKeyPackEnumBegin function
Begins enumeration through all key packs that are installed on a Remote Desktop license server based on search criteria.
Syntax
DWORD WINAPI TLSKeyPackEnumBegin( _In_ TLS_HANDLE hHandle, _In_ DWORD dwSearchParm, _In_ BOOL bMatchAll, _In_ LSKeyPack *lpSearchParm, _Out_ PDWORD pdwErrCode );
Parameters
- hHandle [in]
-
Handle to a Remote Desktop license server. Specify a handle that is opened by the TLSConnectToLsServer function.
- dwSearchParm [in]
-
Specifies the search criteria. This parameter is reserved for future use and must contain 0xFFFFFFFF.
- bMatchAll [in]
-
Specifies whether to match all search values.
- lpSearchParm [in]
-
Pointer to a LSKeyPack structure that specifies the search parameters to look for.
- pdwErrCode [out]
-
Pointer to a variable that receives one of the following error codes on return.
Return value
This function returns the following possible return values.
- RPC_S_OK
-
The call succeeded. Check the value of the pdwErrCode parameter to get the return code for the call.
- RPC_S_INVALID_ARG
-
The argument was not valid.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
DLL |
|
See also