|
|
|
|
PM_findData
Declaration
typedef struct {
ulong dwSize;
ulong attrib;
ulong sizeLo;
ulong sizeHi;
char name[PM_MAX_PATH];
} PM_findData
Prototype In
pmapi.h
Description
Structure for generic directory traversal and management. Also the same values are passed to PM_setFileAttr to change the file attributes.
Note: The dwSize member is intended for future compatibility, and should be set to the size of the structure as defined in this header file. Future drivers will be compatible with older software by examiming this value.
Members
dwSize |
Set to size of structure in bytes |
attrib |
Attributes for the file |
sizeLo |
Size of the file (low 32-bits) |
sizeHi |
Size of the file (high 32-bits) |
name |
Name of the file |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com