EN
Este conteúdo não está disponível no seu idioma mas aqui tem a versão em inglês.
GetEncSChannel function
[The GetEncSChannel function is no longer available for use as of Windows Server 2003 and Windows XP.]
Note This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Instrsa5.dll.
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 |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012
