namespace Microsoft.Win32.StructuredStorage{
public class PropsetflagConstants{
public const uint PROPSETFLAG_DEFAULT = 0;
public const uint PROPSETFLAG_NONSIMPLE = 1;
public const uint PROPSETFLAG_ANSI = 2;
public const uint PROPSETFLAG_UNBUFFERED = 4;
public const uint PROPSETFLAG_CASE_SENSITIVE = 8;
}
}
TODO
None.