Click or drag to resize

IStorageSetStateBits Method

Sets state bits for the storage object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void 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