Sample Code

Windows Driver Samples/ Microsoft slate system virtual audio device driver sample/ C++/ SlateAudioSample/ bthhfptopo.h/

/*++

Copyright (c) Microsoft Corporation All Rights Reserved

Module Name:

    bthhfptopo.h

Abstract:

    Declaration of topology miniport for the mic (external: headphone).

--*/

#ifndef _SYSVAD_BTHHFPTOPO_H_
#define _SYSVAD_BTHHFPTOPO_H_

NTSTATUS
PropertyHandler_BthHfpVolumeLevel_BasicSupport( 
    _In_ PPCPROPERTY_REQUEST      PropertyRequest
    );

NTSTATUS
PropertyHandler_BthHfpJackDescription( 
    _In_ PPCPROPERTY_REQUEST      PropertyRequest, 
    _In_ ULONG                    cJackDescriptions,
    _In_reads_(cJackDescriptions) PKSJACK_DESCRIPTION *    JackDescriptions
    );

NTSTATUS
PropertyHandler_BthHfpJackDescription2( 
    _In_ PPCPROPERTY_REQUEST      PropertyRequest,
    _In_ ULONG                    cJackDescriptions,
    _In_reads_(cJackDescriptions) PKSJACK_DESCRIPTION *    JackDescriptions
    );

NTSTATUS
PropertyHandler_BthHfpJackContainerId( 
    _In_ PPCPROPERTY_REQUEST      PropertyRequest,
    _In_ ULONG                    cJackDescriptions,
    _In_reads_(cJackDescriptions) PKSJACK_DESCRIPTION *     JackDescriptions
    );

NTSTATUS
PropertyHandler_BthHfpOneShotReconnect( 
    _In_ PPCPROPERTY_REQUEST      PropertyRequest 
    );

NTSTATUS
PropertyHandler_BthHfpOneDisconnect( 
    _In_ PPCPROPERTY_REQUEST      PropertyRequest 
    );

NTSTATUS 
PropertyHandler_BthHfpTopoNodeEvent(
    _In_    PPCEVENT_REQUEST    EventRequest
    );

#endif // _SYSVAD_BTHHFPTOPO_H_

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS