GetCallInfo function
The GetCallInfo function retrieves information about the most recent function call.
Syntax
BOOLEAN GetCallInfo( _Out_ PSECPKG_CALL_INFO Info );
Parameters
- Info [out]
-
Pointer to a SECPKG_CALL_INFO structure that receives information about the call.
Return value
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.
Remarks
A pointer to the GetCallInfo function is available in the LSA_SECPKG_FUNCTION_TABLE structure received by the SpInitialize function.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also