LoadStatus Enumeration

See Also

enum {
    READY = 1,
    INPROGRESS = 2,
    CANCELLED = 3,
    FAILED = 4
} LoadStatus;
Value Description
READY Loading is complete.
INPROGRESS Loading in progress.
CANCELLED Loading has been cancelled (by caller).
FAILED Loading failed (reason unknown).

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.