IOleUndoManager.GetOpenParentState(UInt32) Method

Definition

public:
 int GetOpenParentState([Runtime::InteropServices::Out] System::UInt32 % pdwState);
int GetOpenParentState([Runtime::InteropServices::Out] unsigned int & pdwState);
public int GetOpenParentState (out uint pdwState);
abstract member GetOpenParentState : uint32 -> int
Public Function GetOpenParentState (ByRef pdwState As UInteger) As Integer

Parameters

pdwState
UInt32

Returns

Remarks

For information on the COM interface, see IOleUndoManager::GetOpenParentState

Applies to