GetRequestId

The GetRequestId method gets the current internal request number for the request and subsequent certificate. This can be used to reference a request unambiguously to a server administrator, or other interface.

[VB] Long GetRequestId(void);
[JAVA] int GetRequestId(void);
[C++] HRESULT GetRequestId(
  LONG * pRequestId  // out, return value
);
 

Parameters

[C++] pRequestId
Points to the return value. See Return Values.

Return Values

Returns a value specifying the current internal request number for the request and subsequent certificate.


© 1997 by Microsoft Corporation. All rights reserved.