StgCreatePropSetStg
Last updated
Last updated
[DllImport("ole32.dll", SetLastError = true)]
public static extern int StgCreatePropSetStg(
IStorage pStorage,
uint dwReserved,
out IPropertySetStorage ppPropSetStg
Microsoft documentation: Link