MPFSGetLong Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
MPFSGetLong Function
C
BOOL MPFSGetLong(
    MPFS_HANDLE hMPFS, 
    DWORD* ul
);
Description

Reads a DWORD or Long value from the MPFS.

Preconditions

The file handle referenced by hMPFS is already open.

Parameters
Parameters 
Description 
the file handle from which to read 
ul 
where to store the DWORD or long value that was read 
Returns

TRUE - The byte was successfully read FALSE - No byte was read because either the handle was invalid or the end of the file has been reached.

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