GetEncSChannel function
[The GetEncSChannel function is no longer available for use as of Windows Server 2003 and Windows XP.]
Syntax
BOOL __cdecl GetEncSChannel( _Out_ BYTE **pData, _Out_ DWORD *dwDecSize );
Parameters
- pData [out]
-
A pointer to a pointer to bytes that receive the encrypted Schannel contents. When you have finished using the Schannel contents, free pData by calling the VirtualFree function.
- dwDecSize [out]
-
Number of bytes allocated for pData.
Return value
If the function succeeds, the function returns TRUE.
If the function fails, it returns FALSE
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
End of client support |
Windows XP |
|
End of server support |
Windows Server 2003 |
|
Header |
|
|
DLL |
|