windows::Win32::Devices::DeviceAndDriverInstallation

Function CM_Get_DevNode_Custom_PropertyA

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