Funzione ClfsLsnNull (clfs.h)
Determina se un LSN specificato è uguale al più piccolo possibile LSN, ovvero CLFS_LSN_NULL.
Sintassi
CLFSUSER_API BOOLEAN ClfsLsnNull(
[in] const CLFS_LSN *plsn
);
Parametri
[in] plsn
Puntatore alla struttura CLFS_LSN da testare.
Valore restituito
TRUE se plsn è uguale a CLFS_LSN_NULL; in caso contrario, FALSE.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2003 R2 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | clfs.h |
Libreria | Clfsw32.lib |
DLL | Clfsw32.dll |