Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

API Dictionary - Search API, Constants, Types, Sub, Functions

 _  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

Submit your own API Examples using our API Templete Project

Search text      

CreateFile

Library : kernel32.dll  Category : File Management

 

Api Example(s)
  GetDriveTypeEx - Detect drive type, including CD or DVD driver
  GetFileDateInfo - Retrieve all date information about a file
  SetFileSize - Trim or extend a file's size
  Using DeviceIoControl to Obtain Physical Drive Information
  Locking Removable Media Devices Using DeviceIoControl
  How to perform Direct Read/Write to disk (low level I/O)
  Handling NTFS Permissions Part -1 (handling kernel object permissions)
  How to use Named Pipes in a Visual Basic 32-bit Program ?
  Working with file time APIs
  Monitor folder activities using ReadDirectoryChangesW API(Win9x/Me not supported)
  Encrypt/Decrypt file using Microsoft Crypto APIs (With User specific crypto key option)
  Appending One File to Another File
  Taking advantage of NTFS inbuilt compression using APIs (Only for NTFS file system)
  How To Read/Write Data File Using ReadFile and WriteFile API

API Description :
The CreateFile function creates or opens the following objects and returns a handle that can be used to access the object: · files · pipes · mailslots · communications resources · disk devices (Windows NT only) · consoles · directories (open only)

 

VB Declaration :

Show Multiline        Public  Private

Parameters :
Return :
OS Requirement :
Requires Windows NT 3.1 or later
Requires Windows 95 or later
Dotnet Replacement :
System.IO.File class and System.IO.FileInfo class


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.