IActiveDesigner::GetRuntimeMiscStatusFlags Method (UInt32)

 

Updates an object containing designer runtime flags information.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetRuntimeMiscStatusFlags(
	[OutAttribute] unsigned int% pdwMiscFlags
)

Parameters

pdwMiscFlags
Type: System::UInt32

[out] Pointer to a DWORD value containing a bit combination of runtime status flags. For more information, see OLEMISC.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From designer.idl:

HRESULT IActiveDesigner::GetRuntimeMiscStatusFlags(
   [out] DWORD * pdwMiscFlags
);
Return to top
Show: