Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

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.


Share this article: