Desktop Functions: Smart Device Functions:
|
Search Results for "STATSTG" in [All]Interfaces1: IEnumSTATSTG
public interface IEnumSTATSTG
// The user needs to allocate an STATSTG array whose size is celt.
STATSTG[] rgelt,
IEnumSTATSTG Clone();
IEnumSTATSTG enumerator = ... ;
STATSTG s = new STATSTG[1]; 2: ILockBytes
void Stat(out System.Runtime.InteropServices.STATSTG pstatstg, int grfStatFlag);
void Stat(out System.Runtime.InteropServices.STATSTG pstatstg, int grfStatFlag);
Sub Stat(ByRef pstatstg As STATSTG, ByVal grfStatFlag As Integer) 3: IStorage
/* [out] */ out IEnumSTATSTG ppenum);
/* [out] */ out STATSTG pstatstg,
ByRef ppenum As IEnumSTATSTG)
Sub Stat(ByRef pstatstg As STATSTG, 4: IStream
void Stat(out STATSTG pstatstg, uint grfStatFlag); 5: STATSTG
public struct STATSTG [System.Runtime.InteropServices.STATSTG], or [System.Runtime.InteropServices.ComTypes.STATSTG] in the .NET Framework 2.0. ole326: OleSave
System.Runtime.InteropServices.ComTypes.STATSTG fileinfo;
System.Runtime.InteropServices.ComTypes.STATSTG fileinfo; |