[][src]Function winapi::um::xinput::XInputGetAudioDeviceIds

pub unsafe extern "system" fn XInputGetAudioDeviceIds(
    dwUserIndex: DWORD,
    pRenderDeviceId: LPWSTR,
    pRenderCount: *mut UINT,
    pCaptureDeviceId: LPWSTR,
    pCaptureCount: *mut UINT
) -> DWORD