Skip to content

Latest commit

 

History

History
96 lines (82 loc) · 3.16 KB

nf-devicetopology-iksjacksinkinformation-getjacksinkinformation.md

File metadata and controls

96 lines (82 loc) · 3.16 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:devicetopology.IKsJackSinkInformation.GetJackSinkInformation
IKsJackSinkInformation::GetJackSinkInformation (devicetopology.h)
The GetJackSinkInformation method retrieves the sink information for the specified jack.
GetJackSinkInformation
GetJackSinkInformation method [Core Audio]
GetJackSinkInformation method [Core Audio]
IKsJackSinkInformation interface
IKsJackSinkInformation interface [Core Audio]
GetJackSinkInformation method
IKsJackSinkInformation.GetJackSinkInformation
IKsJackSinkInformation::GetJackSinkInformation
coreaudio.iksjacksinkinformation_getjacksinkinformation
devicetopology/IKsJackSinkInformation::GetJackSinkInformation
coreaudio\iksjacksinkinformation_getjacksinkinformation.htm
CoreAudio
ca4165ce-433a-4a8f-9853-bbe812de90ca
12/05/2018
GetJackSinkInformation, GetJackSinkInformation method [Core Audio], GetJackSinkInformation method [Core Audio],IKsJackSinkInformation interface, IKsJackSinkInformation interface [Core Audio],GetJackSinkInformation method, IKsJackSinkInformation.GetJackSinkInformation, IKsJackSinkInformation::GetJackSinkInformation, coreaudio.iksjacksinkinformation_getjacksinkinformation, devicetopology/IKsJackSinkInformation::GetJackSinkInformation
devicetopology.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
IKsJackSinkInformation::GetJackSinkInformation
devicetopology/IKsJackSinkInformation::GetJackSinkInformation
c++
APIRef
kbSyntax
COM
Devicetopology.h
IKsJackSinkInformation.GetJackSinkInformation

IKsJackSinkInformation::GetJackSinkInformation

-description

The GetJackSinkInformation method retrieves the sink information for the specified jack.

-parameters

-param pJackSinkInformation [out]

Pointer to a caller-allocated buffer that receives the sink information of the jack in a KSJACK_SINK_INFORMATION structure. The buffer size must be at least sizeof(KSJACK_SINK_INFORMATION).

-returns

If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
E_INVALIDARG
Parameter nJack is not a valid jack index.
E_POINTER
Pointer pDescription is NULL.

-see-also

IKsJackSinkInformation