SetURL method
Sets an object's URL.
Syntax
HRESULT retVal = object.SetURL(pcszURL, dwInFlags);
Parameters
- pcszURL
-
Type: LPCSTR
Address of a zero-terminated string that contains the URL to set. The protocol scheme may be included as part of the URL.
- dwInFlags
-
Type: DWORD
Flag value that specifies the behavior for setting the protocol scheme. This field can contain one of the following values.
Show: