home *** CD-ROM | disk | FTP | other *** search
- #define FAC_DStructs ((unsigned)0x00000008)
- #define VER_DStructs ((unsigned)0x00000001)
- #define ABV_DStructs "DST"
- #define DSTS_Success ((unsigned)0x00080001)
- /* "Normal completion of the requested operation." */
- #define DSTS_DIRTDeleted ((unsigned)0x00080009)
- /* "Deleted the DIRT entry." */
- #define DSTS_NoEject ((unsigned)0x00080011)
- /* "No more Ejects in the VOITTable." */
- #define DSTS_NoInvokerMsgs ((unsigned)0x00080019)
- /* "No more outgoing messages for the Eject." */
- #define DSTS_NoTargetMsgs ((unsigned)0x00080021)
- /* "No more incoming messages for the Eject." */
- #define DSTS_NoMsgs ((unsigned)0x00080029)
- /* "No messages for the Eject - either as Invoker or as Target." */
- #define DSTF_DSNotCreated ((unsigned)0x00080002)
- /* "Attempt to use a function without creating the data structure." */
- #define DSTF_VOITDupID ((unsigned)0x0008000A)
- /* "Attempt to insert a duplicate entry in the VOIT table." */
- #define DSTF_HOTSDupID ((unsigned)0x00080012)
- /* "Attempt to insert a duplicate entry in the HOTS table." */
- #define DSTF_DIRTDupID ((unsigned)0x0008001A)
- /* "Attempt to insert a duplicate entry in the DIRT table." */
- #define DSTF_VOITOvFlow ((unsigned)0x00080022)
- /* "The VOIT table is full - cannot insert this entry." */
- #define DSTF_HOTSOvFlow ((unsigned)0x0008002A)
- /* "The HOTS table is full - cannot insert this entry." */
- #define DSTF_DIRTOvFlow ((unsigned)0x00080032)
- /* "The DIRT table is full - cannot insert this entry." */
- #define DSTF_VOITSearchNoEntry ((unsigned)0x0008003A)
- /* "Attempt to search for a non-existent VOIT entry." */
- #define DSTF_HOTSSearchNoEntry ((unsigned)0x00080042)
- /* "Attempt to search for a non-existent HOTS entry." */
- #define DSTF_DIRTLocateNoEntry ((unsigned)0x0008004A)
- /* "Attempt to locate a non-existent DIRT entry." */
- #define DSTF_VOITReplaceNoEntry ((unsigned)0x00080052)
- /* "Attempt to replace a non-existent VOIT entry." */
- #define DSTF_HOTSReplaceNoEntry ((unsigned)0x0008005A)
- /* "Attempt to replace a non-existent HOTS entry." */
- #define DSTF_VOITDeleteNoEntry ((unsigned)0x00080062)
- /* "Attempt to delete a non-existent VOIT entry." */
- #define DSTF_HOTSDeleteNoEntry ((unsigned)0x0008006A)
- /* "Attempt to delete a non-existent HOTS entry." */
- #define DSTF_DIRTDeleteNoEntry ((unsigned)0x00080072)
- /* "Attempt to delete a non-existent DIRT entry." */
- #define DSTF_InvokerNoVOIT ((unsigned)0x0008007A)
- /* "There is no VOIT record for the Invoker UID." */
- #define DSTF_TargetNoVOIT ((unsigned)0x00080082)
- /* "There is no VOIT record for the Target UID." */
- #define DSTF_NoEject1 ((unsigned)0x0008008A)
- /* "Attempt to call VOITNext with Eject1 as NULLUID." */
- #define DSTF_DIRTBadGender ((unsigned)0x00080092)
- /* "The gender bit of the handle is not correct." */
- #define DSTK_NoMemory ((unsigned)0x00080004)
- /* "No memory available - malloc returned Null." */
- #define DSTK_BothNoVOIT ((unsigned)0x0008000C)
- /* "There is no VOIT record for both Invoker and Target." */
- #define DSTK_InvokerNoMsg ((unsigned)0x00080014)
- /* "The given message is missing from the list of messages of its invoker Eject." */
- #define DSTK_TargetNoMsg ((unsigned)0x0008001C)
- /* "The given message is missing from the list of messages of its target Eject." */
- #define DSTK_NoEntry ((unsigned)0x00080024)
- /* "There is no DIRT record for the handle." */
- #define DSTK_NoVOITEntry ((unsigned)0x0008002C)
- /* "There is no VOIT entry for the given EjectUID." */
-
-
-
-
-
-
-