MPFSOpen Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
MPFSOpen Function
C
MPFS_HANDLE MPFSOpen(
    BYTE* cFile
);
Description

Opens a file in the MPFS2 file system.

Preconditions

MPFSInit has been called

Parameters
Parameters 
Description 
cFile 
a null terminated file name to open 
Returns

An MPFS_HANDLE to the opened file if found, or MPFS_INVALID_HANDLE if the file could not be found or no free handles exist.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.