| IAudioClientGetService Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxint GetService(
	Guid interfaceId,
	out Object interfacePointer
)
Function GetService ( 
	interfaceId As Guid,
	<OutAttribute> ByRef interfacePointer As Object
) As Integer
int GetService(
	[InAttribute] Guid interfaceId, 
	[OutAttribute] Object^% interfacePointer
)
abstract GetService : 
        interfaceId : Guid * 
        interfacePointer : Object byref -> int 
Parameters
- interfaceId
 - Type: SystemGuid
 - interfacePointer
 - Type: SystemObject
 
Return Value
Type: 
Int32
See Also