13.7.9 IResponse::get_CharSet

The IResponse::get_CharSet method retrieves a character set to append to the content header type.
HRESULT get_CharSet(
BSTR * pbstrCharSetRet
);
Parameters
- pbstrCharSetRet
- Points to a binary string that receives the CharSet value.
Remarks
You can use the CharSet value to determine the character set to use when displaying the current Response object.
Copyright © 2000 Chili!Soft
|