Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Proporciona información sobre cuándo se escribió un registro determinado en el compensador de CRM.
Syntax
typedef enum tagCRMFLAGS {
CRMFLAG_FORGETTARGET = 0x1,
CRMFLAG_WRITTENDURINGPREPARE = 0x2,
CRMFLAG_WRITTENDURINGCOMMIT = 0x4,
CRMFLAG_WRITTENDURINGABORT = 0x8,
CRMFLAG_WRITTENDURINGRECOVERY = 0x10,
CRMFLAG_WRITTENDURINGREPLAY = 0x20,
CRMFLAG_REPLAYINPROGRESS = 0x40
} CRMFLAGS;
Constantes
CRMFLAG_FORGETTARGETValor: 0x1 |
CRMFLAG_WRITTENDURINGPREPAREValor: 0x2 El registro se escribió durante la preparación. |
CRMFLAG_WRITTENDURINGCOMMITValor: 0x4 El registro se escribió durante la confirmación. |
CRMFLAG_WRITTENDURINGABORTValor: 0x8 El registro se escribió durante la anulación. |
CRMFLAG_WRITTENDURINGRECOVERYValor: 0x10 El registro se escribió durante la recuperación. |
CRMFLAG_WRITTENDURINGREPLAYValor: 0x20 El registro se escribió durante la reproducción. |
CRMFLAG_REPLAYINPROGRESSValor: 0x40 |
Requisitos
| Requisito | Value |
|---|---|
| Cliente mínimo compatible | Windows 2000 Professional [solo aplicaciones de escritorio] |
| Servidor mínimo compatible | Windows 2000 Server [solo aplicaciones de escritorio] |
| Encabezado | comsvcs.h |