ReactOS 0.4.15-dev-7924-g5949c20
_PROGRAM Struct Reference

#include <progman.h>

Collaboration diagram for _PROGRAM:

Public Attributes

PROGGROUPhGroup
 
PROGRAMhPrior
 
PROGRAMhNext
 
HWND hWnd
 
INT iItem
 
INT x
 
INT y
 
INT nIconIndex
 
HICON hIcon
 
LPWSTR hName
 
LPWSTR hCmdLine
 
LPWSTR hIconFile
 
LPWSTR hWorkDir
 
INT nHotKey
 
INT nCmdShow
 
BOOL bNewVDM
 
SIZE_T TagsSize
 
PVOID Tags
 

Detailed Description

Definition at line 81 of file progman.h.

Member Data Documentation

◆ bNewVDM

BOOL _PROGRAM::bNewVDM

Definition at line 99 of file progman.h.

Referenced by PROGRAM_AddProgram(), PROGRAM_CopyMoveProgram(), and PROGRAM_ModifyProgram().

◆ hCmdLine

◆ hGroup

PROGGROUP* _PROGRAM::hGroup

◆ hIcon

HICON _PROGRAM::hIcon

Definition at line 92 of file progman.h.

Referenced by PROGRAM_AddProgram(), PROGRAM_CopyMoveProgram(), and PROGRAM_ModifyProgram().

◆ hIconFile

LPWSTR _PROGRAM::hIconFile

◆ hName

◆ hNext

PROGRAM* _PROGRAM::hNext

Definition at line 85 of file progman.h.

Referenced by MAIN_AutoStart(), PROGRAM_AddProgram(), and PROGRAM_DeleteProgram().

◆ hPrior

PROGRAM* _PROGRAM::hPrior

Definition at line 84 of file progman.h.

Referenced by PROGRAM_AddProgram(), and PROGRAM_DeleteProgram().

◆ hWnd

HWND _PROGRAM::hWnd

Definition at line 86 of file progman.h.

◆ hWorkDir

◆ iItem

INT _PROGRAM::iItem

Definition at line 88 of file progman.h.

Referenced by PROGRAM_AddProgram(), PROGRAM_DeleteProgram(), and PROGRAM_ModifyProgram().

◆ nCmdShow

INT _PROGRAM::nCmdShow

◆ nHotKey

INT _PROGRAM::nHotKey

Definition at line 97 of file progman.h.

Referenced by PROGRAM_AddProgram(), PROGRAM_CopyMoveProgram(), and PROGRAM_ModifyProgram().

◆ nIconIndex

INT _PROGRAM::nIconIndex

Definition at line 91 of file progman.h.

Referenced by PROGRAM_AddProgram(), PROGRAM_CopyMoveProgram(), and PROGRAM_ModifyProgram().

◆ Tags

PVOID _PROGRAM::Tags

Definition at line 102 of file progman.h.

Referenced by PROGRAM_AddProgram(), and PROGRAM_DeleteProgram().

◆ TagsSize

SIZE_T _PROGRAM::TagsSize

Definition at line 101 of file progman.h.

Referenced by PROGRAM_AddProgram().

◆ x

INT _PROGRAM::x

Definition at line 89 of file progman.h.

Referenced by PROGRAM_CopyMoveProgram().

◆ y

INT _PROGRAM::y

Definition at line 90 of file progman.h.

Referenced by PROGRAM_CopyMoveProgram().


The documentation for this struct was generated from the following file: