StgCreatePropSetStg

[DllImport("ole32.dll", SetLastError = true)]
public static extern int StgCreatePropSetStg(
   IStorage pStorage,
   uint dwReserved,
   out IPropertySetStorage ppPropSetStg
);

Microsoft documentation: Link

Last updated