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

SspiIsPromptingNeeded function

Indicates whether an error returned after a call to either the InitializeSecurityContext or the AcceptSecurityContext function requires an additional call to the SspiPromptForCredentials function.

Syntax


BOOLEAN SspiIsPromptingNeeded(
  _In_  unsigned long ErrorOrNtStatus
);

Parameters

ErrorOrNtStatus [in]

The error to test.

Return value

TRUE if the error specified by the ErrorOrNtStatus parameter indicates that an additional call to SspiPromptForCredentials is necessary; otherwise, FALSE.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Sspi.h

Library

Credui.lib

DLL

Credui.dll

 

 

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.