windows::Win32::Devices::DeviceAndDriverInstallation

Function CM_Get_DevNode_Custom_Property_ExA

pub unsafe fn CM_Get_DevNode_Custom_Property_ExA<P1>(
    dndevinst: u32,
    pszcustompropertyname: P1,
    pulregdatatype: Option<*mut u32>,
    buffer: Option<*mut c_void>,
    pullength: *mut u32,
    ulflags: u32,
    hmachine: Option<isize>,
) -> CONFIGRET
where P1: Param<PCSTR>,