Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ClassMethodOpen


DESCRIPTION:
Open a FlitBase file.

ClassCLASS: CFlitBase

PROTOTYPE(S):
bool Open(LPCSTR pFileName, DWORD dwDesiredAccess, DWORD dwShareMode, DWORD dwFlagsAndAttributes);


ARGUMENT(S):
LPCSTR pFileNameThe name of the file to be opened.
DWORD dwDesiredAccessFile access mode. This flags are identical to the file access flags used by Windows.
DWORD dwShareModeFile sharing mode. Please refer to Windows documentation for the values to be used as a flag.
DWORD dwFlagsAndAttributesFlitBase special flags and attributes.


RETURN VALUE:
If the file was successfully opened, this function returns true. If fail it returns false.

EXAMPLE:




COMMENT:


SEE ALSO:
ClassMethodCreate, ClassMethodOpenShared, OpenExclusive, OpenReadOnly
Untitled Document
SearchSearch: