Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The GetCallInfo function retrieves information about the most recent function call.
Syntax
LSA_GET_CALL_INFO LsaGetCallInfo;
BOOLEAN LsaGetCallInfo(
[out] PSECPKG_CALL_INFO Info
)
{...}
Parameters
[out] Info
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | ntsecpkg.h |