IVsSplitPane.GetPaneFlags(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the pane flags.
public:
int GetPaneFlags([Runtime::InteropServices::Out] System::UInt32 % pdwPaneFlags);
int GetPaneFlags([Runtime::InteropServices::Out] unsigned int & pdwPaneFlags);
public int GetPaneFlags (out uint pdwPaneFlags);
abstract member GetPaneFlags : uint32 -> int
Public Function GetPaneFlags (ByRef pdwPaneFlags As UInteger) As Integer
Parameters
- pdwPaneFlags
- UInt32
[out] The flags.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSplitPane::GetPaneFlags(
[out] DWORD *pdwPaneFlags
);