BoxedApp SDK Help >> Functions

BoxedAppSDK_CreateVirtualFile

Syntax

[ C++ ]
HANDLE BoxedAppSDK_CreateVirtualFile(
	LPCSTR szPath, 
	DWORD dwDesiredAccess,
	DWORD dwShareMode,
	LPSECURITY_ATTRIBUTES lpSecurityAttributes,
	DWORD dwCreationDisposition,
	DWORD dwFlagsAndAttributes,
	HANDLE hTemplateFile
);

Description

Creates a virtual file. The parameters are the same as in standard winapi CreateFile function.

There are ANSI and UNICODE versions (BoxedAppSDK_CreateVirtualFileA and BoxedAppSDK_CreateVirtualFileW).



Copyright © 2004 - 2008 Softanics. All rights reserved.
BoxedApp is a trademark of Softanics.