Expand Minimize
This topic has not yet been rated - Rate this topic

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

Ntsecpkg.h

See also

LSA_SECPKG_FUNCTION_TABLE
SpInitialize

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.