Address of the handle
associated with this DosFindFirst request.
The values that can be specified for the handle are shown in the following
list:
HDIR_SYSTEM (0x00000001)
The system assigns the
handle for standard output, which is always available to a process.
HDIR_CREATE
(0xFFFFFFFF)
The system allocates and returns a
handle. Upon return to the caller, phdir contains the handle allocated
by the system.
The DosFindFirst handle is used with
subsequent DosFindNext requests. Reuse of this handle in another DosFindFirst
request closes the association with the previous DosFindFirst request, and
opens a new association with the current DosFindFirst request.