Thread: How to retrieve OBJECT_ATTRIBUTES from a section handle

  1. #1
    Registered User Ktulu's Avatar
    Join Date
    Oct 2006
    Posts
    107

    How to retrieve OBJECT_ATTRIBUTES from a section handle

    Greetins,

    My question is pretty straightforward, how can you get the ObjectAttributes data by only having a handle to a section?

    I need to know the RootDirectory and ObjectName from the OBJECT_ATTRIBUTES structure and all I got is a section handle.
    I'm looking for some kind of function that works like the opposite of the NtOpenSection function, put the section handle in and get the ObjectAttributes out.
    I couldn't find any obvious functions on msdn.

    Thanks in advance,
    Ktulu.
    Last edited by Ktulu; 08-06-2009 at 09:31 PM.
    This parameter is reserved

  2. #2
    Registered User Ktulu's Avatar
    Join Date
    Oct 2006
    Posts
    107
    Nevermind already, I have found a better approach to reach the same goal.
    This parameter is reserved

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. In need of guidance
    By ajdspud in forum C++ Programming
    Replies: 7
    Last Post: 06-01-2016, 02:23 AM
  2. Maths For Game Programming?
    By kolliash in forum Game Programming
    Replies: 13
    Last Post: 09-18-2008, 11:53 AM
  3. Getting other processes class names
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2008, 04:02 PM
  4. Direct3D problem
    By cboard_member in forum Game Programming
    Replies: 10
    Last Post: 04-09-2006, 03:36 AM
  5. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM