Struttura ID_PARAMETER_PAIR
Rappresenta il formato di un ID entità di sincronizzazione.
typedef struct _ID_PARAMETER_PAIR
{
BOOL fIsVariable;
USHORT cbIdSize;
} ID_PARAMETER_PAIR;
Membri
- fIsVariable
TRUE se l'ID è a lunghezza variabile. In caso contrario, FALSE.
- cbIdSize
Lunghezza dell'ID se fIsVariable è FALSE. Lunghezza massima dell'ID se fIsVariable è TRUE. Deve essere maggiore di 0.
Requisiti
Intestazione: Synchronization.h