SM_RemovePort_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _SM_RemovePort_OUT {
  ULONG HBAStatus;
} SM_RemovePort_OUT, *PSM_RemovePort_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_sm_removeport_out)

_SM_RemovePort_OUT structure

Description

The SM_RemovePort_OUT structure is used to receive output parameters from the SM_RemovePort WMI method.

Members

HBAStatus

The status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.

Remarks

The WMI tool suite generates a declaration of the SM_RemovePort_OUT structure in Hbapiwmi.h when it compiles the MS_SM_EventControl WMI class.