Desktop Functions: Smart Device Functions:
|
Search Results for "CR_SUCCESS" in [All]cfgmgr32
const int CR_SUCCESS = 0x0;
if (cr == CR_SUCCESS && size != 0)
if (cr == CR_SUCCESS) setupapi4: CM_Get_Child
if (CR_SUCCESS == CM_Get_Parent(out parent, devinfo_data.DevInst, 0))
if (CR_SUCCESS == CM_Get_DevNode_Registry_Property(devinst, CM_DRP_DRIVER, out kind, buffer, ref length, 0)) static readonly int CR_SUCCESS = 0x00000000;
If CM_Get_DevNode_Status(status, problem, DeviceInfoData.DevInst, 0) = CR_SUCCESS Then
public const int CR_SUCCESS = 0x00000000;
if (apiResult != CR_SUCCESS)
const uint CR_SUCCESS = 0x00000000;
if(CM_Locate_DevNode_Ex(out devRoot, IntPtr.Zero, 0, IntPtr.Zero) != CR_SUCCESS) return false;
if(CM_Reenumerate_DevNode_Ex(devRoot, 0, IntPtr.Zero) != CR_SUCCESS) return false;
// static readonly int CR_SUCCESS = 0x00000000; // cfgmgr32.h
if (CR_SUCCESS == CM_Get_DevNode_Status(ref status, ref problem, devinst, 0) && (DN_REMOVABLE & status) > 0)
bool success = (CR_SUCCESS == CM_Request_Device_Eject(devinst, out pnp_veto_type, sb, sb.Capacity, 0)); Constants11: CR_SUCCESS
const ulong CR_SUCCESS = 0x0;
Const CR_SUCCESS As UInt64 = &h0
const ulong CR_SUCCESS = 0x0;
Const CR_SUCCESS As UInt64 = &h0 |