XInputGetAudioDeviceIds

Function XInputGetAudioDeviceIds 

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