Compartir a través de


encabezado acxmisc.h

Las extensiones de clase de audio acxmisc usan el encabezado acxmisc. Proporciona la capacidad de almacenar y recuperar datos en AcxObjectBag.

Para obtener más información sobre cómo trabajar con ACX, consulte los temas siguientes.

acxmisc.h contiene las siguientes interfaces de programación:

Funciones

 
ACX_OBJECTBAG_CONFIG_INIT

La función ACX_OBJECTBAG_CONFIG_INIT inicializa una estructura ACX_OBJECTBAG_CONFIG.
AcxObjectBagAddBlob

La función AcxObjectBagAddBlob agrega datos de blob a un AcxObjectBag existente inicializado.
acxObjectBagAddGuid

La función AcxObjectBagAddGuid agrega datos Guid a un AcxObjectBag existente inicializado.
acxObjectBagAddI1

La función AcxObjectBagAddI1 agrega un valor int one byte (CHAR) I1 a un acxObjectBag existente inicializado.
acxObjectBagAddI2

La función AcxObjectBagAddI2 agrega un valor int dos bytes I2 (SHORT) a un AcxObjectBag inicializado existente.
AcxObjectBagAddI4

La función AcxObjectBagAddI4 agrega un valor int cuatro bytes I4 (LONG) a un AcxObjectBag existente inicializado.
acxObjectBagAddI8

La función AcxObjectBagAddI8 agrega un valor int ocho bytes I8 (LONG64) a un AcxObjectBag existente inicializado.
AcxObjectBagAddMultiString

La función AcxObjectBagAddMultiString agrega una multistring a una acxObjectBag existente inicializada.
AcxObjectBagAddSizeT

La función AcxObjectBagAddSizeT agrega una entrada de SIZE_T a un AcxObjectBag inicializado existente.
acxObjectBagAddString

La función AcxObjectBagAddString agrega un objeto WDFSTRING a un AcxObjectBag existente inicializado.
AcxObjectBagAddUI1

La función AcxObjectBagAddUI1 agrega un valor int unsigned int one byte (UCHAR) I1 a un acxObjectBag existente inicializado.
AcxObjectBagAddUI2

La función AcxObjectBagAddUI2 agrega un valor int unsigned int I2 (USHORT) a un acxObjectBag existente inicializado.
acxObjectBagAddUI4

La función AcxObjectBagAddUI4 agrega un valor int unsigned int I4 (ULONG) a un acxObjectBag inicializado existente.
AcxObjectBagAddUI8

La función AcxObjectBagAddUI8 agrega un valor int int ocho bytes (ULONG64) a un acxObjectBag existente inicializado.
acxObjectBagAddUnicodeString

La función AcxObjectBagAddUnicodeString agrega una cadena unicode a y acxObjectBag inicializada existente.
AcxObjectBagCreate

La función AcxObjectBagCreate crea un nuevo AcxObjectBag.
AcxObjectBagOpen

La función AcxObjectBagOpen abre una acxObjectBag inicializada existente.
acxObjectBagRetrieveBlob

La función AcxObjectBagRetrieveBlob recupera un valor de blob de un AcxObjectBag inicializado existente que contiene valores.
acxObjectBagRetrieveGuid

La función AcxObjectBagRetrieveGuid recupera un valor GUID de un AcxObjectBag inicializado existente que contiene valores.
acxObjectBagRetrieveI1

La función AcxObjectBagRetrieveI1 recupera un valor int one byte (CHAR) I1 de un acxObjectBag inicializado existente que contiene valores.
AcxObjectBagRetrieveI2

La función AcxObjectBagRetrieveI2 recupera un valor int dos bytes I2 (SHORT) de un AcxObjectBag inicializado existente que contiene valores.
AcxObjectBagRetrieveI4

La función AcxObjectBagRetrieveI4 recupera un valor int cuatro bytes I4 (LONG) de un AcxObjectBag inicializado existente que contiene valores.
AcxObjectBagRetrieveI8

La función AcxObjectBagRetrieveI8 recupera un valor int ocho bytes I8 (LONG64) de un acxObjectBag inicializado existente que contiene valores.
AcxObjectBagRetrieveMultiString

La función AcxObjectBagRetrieveMultiString recupera un valor MultiString de un AcxObjectBag existente inicializado que contiene valores.
AcxObjectBagRetrieveSizeT

La función AcxObjectBagRetrieveSizeT recupera un valor de SIZE_T de un AcxObjectBag existente inicializado.
AcxObjectBagRetrieveString

La función AcxObjectBagRetrieveString recupera un objeto WDFSTRING de un AcxObjectBag existente inicializado.
acxObjectBagRetrieveUI1

La función AcxObjectBagRetrieveUI1 recupera un valor int unsigned int one byte (UCHAR) UI1 de un acxObjectBag inicializado existente que contiene valores.
acxObjectBagRetrieveUI2

La función AcxObjectBagRetrieveUI2 recupera un int int int two byte UI2 (USHORT) de un acxObjectBag inicializado existente que contiene valores.
AcxObjectBagRetrieveUI4

La función AcxObjectBagRetrieveUI4 recupera un valor int int four byte UI4 (ULONG) de un acxObjectBag inicializado existente que contiene valores.
acxObjectBagRetrieveUI8

La función AcxObjectBagRetrieveUI8 recupera un valor int int eight byte UI8 (ULONG64) de un acxObjectBag existente inicializado que contiene valores.
acxObjectBagRetrieveUnicodeString

La función AcxObjectBagRetrieveUnicodeString recupera un valor de cadena unicode de un objeto AcxObjectBag existente inicializado que contiene valores.
DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME

La función DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME declara un nombre de propiedad de contenedor de objetos ACX.
DECLARE_CONST_ACXOBJECTBAG_HDAUDIO_PROPERTY_NAME

La función DECLARE_CONST_ACXOBJECTBAG_HDAUDIO_PROPERTY_NAME declara un nombre de propiedad de contenedor de objetos ACX. Las propiedades definidas por Hdaudio comienzan por "hda_".
DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME

La función DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME declara un nombre de propiedad de contenedor de objetos ACX. Las propiedades definidas por Soundwire comienzan por "sdca_".
DECLARE_CONST_ACXOBJECTBAG_SYSTEM_PROPERTY_NAME

La función DECLARE_CONST_ACXOBJECTBAG_SYSTEM_PROPERTY_NAME declara un nombre de propiedad de contenedor de objetos ACX. Las propiedades definidas por el sistema comienzan por "sys_".
DECLARE_CONST_ACXOBJECTBAG_USB_PROPERTY_NAME

La función DECLARE_CONST_ACXOBJECTBAG_USB_PROPERTY_NAME declara un nombre de propiedad de contenedor de objetos ACX. Las propiedades definidas por USB comienzan por "usb_".

Estructuras

 
ACX_OBJECTBAG_CONFIG

La estructura ACX_OBJECTBAG_CONFIG define la configuración de acxObjectBag.

Enumeraciones

 
ACX_OBJECTBAG_CONFIG_FLAGS

La enumeración ACX_OBJECTBAG_CONFIG_FLAGS define la configuración de acxObjectBag.