SspiAsyncContextRequiresNotify 関数 (sspi.h)
指定された非同期コンテキストで、呼び出しの完了時に通知が必要かどうかを判断します。
構文
BOOLEAN SspiAsyncContextRequiresNotify(
SspiAsyncContext *AsyncContext
);
パラメーター
AsyncContext
非同期呼び出しコンテキスト。
戻り値
非同期コンテキストで呼び出しの完了時に通知が必要な場合は True を 返します。 それ以外の場合は False。
要件
サポートされている最小のクライアント | Windows 10バージョン 1607 [カーネル モード ドライバーのみ] |
サポートされている最小のサーバー | Windows Server 2016 [カーネル モード ドライバーのみ] |
Header | sspi.h |