tagSTATSTG.pwcsName Field

Definition

public: System::String ^ pwcsName;
public string pwcsName;
val mutable pwcsName : string
Public pwcsName As String 

Field Value

Remarks

Space for this string is allocated by the method called and freed by the caller, as with the COM CoTaskMemFree function. You can specify not to return this member by specifying the STATFLAG_NONAME value when you call a method that returns a STATSTG structure, except for calls to the IEnumSTATSTG::Next method, which provides no way to specify this value.

Applies to