funzione ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT (acxtargets.h)
La funzione ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT inizializza una struttura di configurazione del circuito della factory di destinazione ACX.
Sintassi
void ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT(
PACX_TARGET_FACTORY_CIRCUIT_CONFIG Config
);
Parametri
Config
Puntatore alla struttura ACX_TARGET_FACTORY_CIRCUIT_CONFIG che verrà inizializzata.
Valore restituito
Nessuno
Osservazioni
Esempio
ACX_TARGET_FACTORY_CIRCUIT_CONFIG targetCfg;
ACXTARGETFACTORYCIRCUIT target;
ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT(&targetCfg);
targetCfg.SymbolicLinkName = m_SymbolicLinkName;
Requisiti ACX
versione minima di ACX: 1.0
Per altre informazioni sulle versioni di ACX, vedere panoramica della versione ACX.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | acxtargets.h |