IOleObject.GetMiscStatus(UInt32, 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.
public:
int GetMiscStatus(System::UInt32 dwAspect, [Runtime::InteropServices::Out] System::UInt32 % pdwStatus);
int GetMiscStatus(unsigned int dwAspect, [Runtime::InteropServices::Out] unsigned int & pdwStatus);
public int GetMiscStatus (uint dwAspect, out uint pdwStatus);
abstract member GetMiscStatus : uint32 * uint32 -> int
Public Function GetMiscStatus (dwAspect As UInteger, ByRef pdwStatus As UInteger) As Integer
Parameters
- dwAspect
- UInt32
- pdwStatus
- UInt32
Returns
Remarks
For information on the COM interface, see IOleObject::GetMiscStatus