Searched refs:CreationStatus (Results 1 – 4 of 4) sorted by relevance
182 LPWORD CreationStatus, in DosCreateFileEx() argument365 *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()
82 LPWORD CreationStatus,
1961 WORD CreationStatus; in DosInt21h() local1980 &CreationStatus, in DosInt21h()1989 setCX(CreationStatus); in DosInt21h()
179 _Inout_ NTSTATUS CreationStatus; member