Changeset 10533 for trunk/include


Ignore:
Timestamp:
Mar 16, 2004, 6:24:54 PM (22 years ago)
Author:
sandervl
Message:

VP: Critical section update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odincrt.h

    r9336 r10533  
    1212        LONG    RecursionCount;
    1313        ULONG   OwningThread;
    14         ULONG   hmtxLock;
     14        ULONG   hevLock;
    1515        ULONG   Reserved;
    1616        LONG    CreationCount;
    1717} CRITICAL_SECTION_OS2, *PCRITICAL_SECTION_OS2;
    1818
     19ULONG WIN32API DosValidateCriticalSection (CRITICAL_SECTION_OS2 *crit);
    1920ULONG WIN32API DosDeleteCriticalSection(CRITICAL_SECTION_OS2 *);
    2021ULONG WIN32API DosEnterCriticalSection(CRITICAL_SECTION_OS2 *, ULONG ulTimeout = SEM_INDEFINITE_WAIT);
Note: See TracChangeset for help on using the changeset viewer.