VirtualBox

Changeset 67359 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Jun 13, 2017 12:44:55 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116079
Message:

iprt/nt/nt.h: doc nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/nt.h

    r67318 r67359  
    22522252typedef SYSTEM_HANDLE_INFORMATION_EX *PSYSTEM_HANDLE_INFORMATION_EX;
    22532253
    2254 /** Input to SystemSessionProcessInformation. */
     2254/** Returned by SystemSessionProcessInformation. */
    22552255typedef struct _SYSTEM_SESSION_PROCESS_INFORMATION
    22562256{
     
    22622262typedef SYSTEM_SESSION_PROCESS_INFORMATION *PSYSTEM_SESSION_PROCESS_INFORMATION;
    22632263
    2264 /** Input to SystemModuleInformation. */
    22652264typedef struct _RTL_PROCESS_MODULE_INFORMATION
    22662265{
    22672266    HANDLE Section;
    2268     PVOID  MappedBase;
    2269     PVOID  ImageBase;
    2270     ULONG  ImageSize;
    2271     ULONG  Flags;
     2267    PVOID MappedBase;
     2268    PVOID ImageBase;
     2269    ULONG ImageSize;
     2270    ULONG Flags;
    22722271    USHORT LoadOrderIndex;
    22732272    USHORT InitOrderIndex;
     
    22782277typedef RTL_PROCESS_MODULE_INFORMATION *PRTL_PROCESS_MODULE_INFORMATION;
    22792278
     2279/** Returned by SystemModuleInformation. */
    22802280typedef struct _RTL_PROCESS_MODULES
    22812281{
    2282     ULONG  NumberOfModules;
     2282    ULONG NumberOfModules;
    22832283    RTL_PROCESS_MODULE_INFORMATION Modules[1];
    22842284} RTL_PROCESS_MODULES;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette