Function ovr_sys::audio::ovr_GetAudioDeviceInGuidStr
[−]
[src]
pub unsafe extern "C" fn ovr_GetAudioDeviceInGuidStr(
deviceInStrBuffer: [WCHAR; 128]
) -> ovrResult
Gets the GUID of the preferred VR microphone device as a string.
out deviceInStrBuffer
A buffer where the GUID string for the device will copied to.
Returns an ovrResult
indicating success or failure. In the case of failure, use
ovr_GetLastErrorInfo
to get more information.