BoxedApp Packer Help >> Plugin API >> Functions

BoxedAppSDK_CreateVirtualFile

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).

Syntax

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

[ Delphi ]
function BoxedAppSDK_CreateVirtualFile(
         lpFileName: PAnsiChar;
         dwDesiredAccess, dwShareMode: Integer;
         lpSecurityAttributes: PSecurityAttributes;
         dwCreationDisposition, dwFlagsAndAttributes: DWORD;
         hTemplateFile: THandle): THandle; stdcall;



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