IStorageSetStateBits Method |
Sets state bits for the storage object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetStateBits(
int grfStateBits,
int grfMask
)
Parameters
- grfStateBits Int32
- The state bits to set.
- grfMask Int32
- The mask that specifies which bits are affected.
See Also