CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Location
    Cochin
    Posts
    83

    Smile Help Regarding Reading from File

    Hi all, i was writing a kernel mode driver in Windows and was in need of reading certain informations from an ini file.

    In usermode applications, i am using the GetProfileString Windows API to read from sections in a ini file. But, i dont believe that i can call this from lower level code. I searched MSDN, Binged a lot and Googled, but no results found about kernel mode equivalent of GetProfileString.

    I know about Zwxxx API's for file operations in kernel mode, but they wont serve for my use. I will be greatful if somebody help me out by pointing the right API.

    Thanks in Advance
    "I studied everything but never topped. Today, toppers of the world's best universities are my employees"

    -William Henry Gates (Bill Gates)

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: Help Regarding Reading from File

    This should probably be in the device drivers forum.

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