Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |