NDIS File Interface (Compact 2013)
3/26/2014
This section describes NDIS file interfaces.
In This Section
- NdisCloseFile
Releases a handle returned by the NdisOpenFile function and frees the memory allocated to hold the file contents when it was opened.
- NdisMapFile
Maps an already open file into a caller-accessible buffer if the file is currently unmapped.
- NdisOpenFile
Returns a handle for an opened file.
- NdisUnmapFile
Releases a virtual address mapping of a file previously set up with the NdisMapFile function.