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.

GetRequestAttribute

The GetRequestAttribute method returns a named attribute from a request.

[VB] VARIANT GetRequestAttribute(
  BSTR strAttributeName  
);
 
[JAVA] com.ms.Variant GetRequestAttribute(
  java.lang.String strAttributeName  
);
 
[C++] HRESULT GetRequestAttribute(
  BSTR const strAttributeName,  // in
  BSTR * pstrAttributeValue     // out, return value
);
 

Parameters

[VB][JAVA][C++] strAttributeName
Specifies the name of the attribute to retrieve.
[C++] pstrAttributeValue
Points to the return value. See Return Value.

Return Values

Returns the attribute value.


Share this article: