CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 1999
    Location
    US
    Posts
    34

    GetFileInformationByHandle

    GetFileInformationByHandle
    Does anybody know how to use this function?
    How to get a right handle?
    Thanks!
    Alex!


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: GetFileInformationByHandle

    I haven't use that function yet, but I'd try to obtain a true file handle by calling the CreateFile API.


  3. #3
    Join Date
    Oct 1999
    Location
    US
    Posts
    34

    Re: GetFileInformationByHandle

    Thanks! I was trying to use FindFirstFile.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured