Home
last modified time | relevance | path

Searched refs:CreationStatus (Results 1 – 4 of 4) sorted by relevance

/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddosfiles.c182 LPWORD CreationStatus, in DosCreateFileEx() argument
365 *CreationStatus = 0x01; // The file was opened in DosCreateFileEx()
369 *CreationStatus = 0x03; // The file was replaced in DosCreateFileEx()
373 *CreationStatus = 0x02; // The file was created in DosCreateFileEx()
379 *CreationStatus = 0x01; // The file was opened in DosCreateFileEx()
381 *CreationStatus = 0x02; // The file was created in DosCreateFileEx()
389 *CreationStatus = 0x03; // The file was replaced in DosCreateFileEx()
391 *CreationStatus = 0x02; // The file was created in DosCreateFileEx()
H A Ddosfiles.h82 LPWORD CreationStatus,
H A Ddos.c1961 WORD CreationStatus; in DosInt21h() local
1980 &CreationStatus, in DosInt21h()
1989 setCX(CreationStatus); in DosInt21h()
/reactos/sdk/include/xdk/
H A Dpstypes.h179 _Inout_ NTSTATUS CreationStatus; member