IActiveDesigner::GetRuntimeMiscStatusFlags Method (UInt32)
Visual Studio 2015
Updates an object containing designer runtime flags information.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From designer.idl:
HRESULT IActiveDesigner::GetRuntimeMiscStatusFlags( [out] DWORD * pdwMiscFlags );
Show: