Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information about when a particular log record to the CRM compensator was written.
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;
Constants
CRMFLAG_FORGETTARGETValue: 0x1 |
CRMFLAG_WRITTENDURINGPREPAREValue: 0x2 The record was written during prepare. |
CRMFLAG_WRITTENDURINGCOMMITValue: 0x4 The record was written during commit. |
CRMFLAG_WRITTENDURINGABORTValue: 0x8 The record was written during abort. |
CRMFLAG_WRITTENDURINGRECOVERYValue: 0x10 The record was written during recovery. |
CRMFLAG_WRITTENDURINGREPLAYValue: 0x20 The record was written during replay. |
CRMFLAG_REPLAYINPROGRESSValue: 0x40 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | comsvcs.h |