Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 2.82 KB

inapenforcementclientconnection-getstringcorrelationid-method.md

File metadata and controls

96 lines (54 loc) · 2.82 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
INapEnforcementClientConnection GetStringCorrelationId method (NapEnforcementClient.h)
Gets the string version of the ID used to correlate requests and responses.
d744fa4e-5e30-429e-810d-7326047bb3f8
GetStringCorrelationId method NAP
GetStringCorrelationId method NAP , INapEnforcementClientConnection interface
INapEnforcementClientConnection interface NAP , GetStringCorrelationId method
apiref
INapEnforcementClientConnection.GetStringCorrelationId
qagent.dll
COM
reference
05/31/2018

INapEnforcementClientConnection::GetStringCorrelationId method

Note

The Network Access Protection platform is not available starting with Windows 10

The INapEnforcementClientConnection::GetStringCorrelationId method gets the string version of the ID used to correlate requests and responses.

Syntax

HRESULT GetStringCorrelationId(
  [out] CountedString **correlationId
);

Parameters

correlationId [out]

A pointer to a CountedString structure that contains the string version of the connection's CorrelationId.

Return value

Other COM-specific error codes also may be returned.

Return code Description
S_OK
Operation succeeded.
E_ACCESSDENIED
Permissions error, access denied.
E_OUTOFMEMORY
System resource limit, could not perform the operation.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
NapEnforcementClient.h
IDL
NapEnforcementClient.idl
DLL
Qagent.dll

See also

INapEnforcementClientConnection