Supported Browsers Home   
PMEnableWriteCombineFlags Previous   
PMREGS Next   
Type Definitions Up   

PMFileFlagsType

Declaration

typedef enum {
    PM_FILE_NORMAL          = 0x00000000,
    PM_FILE_READONLY        = 0x00000001,
    PM_FILE_DIRECTORY       = 0x00000002,
    PM_FILE_ARCHIVE         = 0x00000004,
    PM_FILE_HIDDEN          = 0x00000008,
    PM_FILE_SYSTEM          = 0x00000010
    } PMFileFlagsType

Prototype In

pmapi.h

Description

Flags stored in the PM_findData structure, and also values passed to PM_setFileAttr to change the file attributes. Flag names are self explanatory.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com