Condividi tramite


funzione ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT (acxcircuit.h)

La funzione ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT inizializza una struttura ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT. Nessun input viene usato con questa funzione.

Sintassi

void ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT(
  PACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT Parameters
);

Parametri

Parameters

Puntatore a una struttura ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT che verrà inizializzata.

Valore restituito

Nessuno

Osservazioni

NOTA: solo interno, non usare.

Esempio

Di seguito è riportato un esempio di utilizzo.

    ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT  remParams;

    m_CircuitRequested = false;

    ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT(&remParams);
    remParams.CircuitUniqueId = m_CircuitUniqueId;

Requisiti ACX

versione minima di ACX: 1.0

Per altre informazioni sulle versioni di ACX, vedere panoramica della versione ACX.

Fabbisogno

Requisito Valore
intestazione acxcircuit.h

Vedere anche