This topic has not yet been rated - Rate this topic

CUrl::SetExtraInfo 

Call this method to set the extra information (such as ?text or #text) of the URL.


inline BOOL SetExtraInfo(
   LPCTSTR lpszInfo 
) throw( );

Parameters

lpszInfo

The string containing the extra information to include in the URL.

Returns TRUE on success, FALSE on failure.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.