BINDINFO.szExtraInfo Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The behavior of this field is moniker-specific.
public: System::String ^ szExtraInfo;
public: Platform::String ^ szExtraInfo;
std::wstring szExtraInfo;
public string szExtraInfo;
val mutable szExtraInfo : string
Public szExtraInfo As String
Field Value
Remarks
For URL monikers, this string is appended to the URL when the bind operation is started. Like other OLE strings, this value is a Unicode string that the client should allocate using CoTaskMemAlloc. The URL moniker frees the memory later.