コード例 #1
0
 public static extern HRESULT StgCreatePropSetStg(IStorage *pStorage, [NativeTypeName("DWORD")] uint dwReserved, IPropertySetStorage **ppPropSetStg);
コード例 #2
0
 public HRESULT GetProperties([NativeTypeName("DWORD")] uint dwMode, IPropertySetStorage **ppPropSet)
 {
     return(((delegate * unmanaged <IShellImageData *, uint, IPropertySetStorage **, int>)(lpVtbl[22]))((IShellImageData *)Unsafe.AsPointer(ref this), dwMode, ppPropSet));
 }