|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
Flags for the LINKDATA struct.
Macros | |
| #define | LDF_DESC 0x00000001 |
| #define | LDF_ARGS 0x00000002 |
| #define | LDF_ICON 0x00000004 |
| #define | LDF_WORKDIR 0x00000008 |
| #define | LDF_HOTKEY 0x00000010 |
| #define | LDF_SHOWCMD 0x00000020 |
| #define | LDF_PIDL 0x00000040 |
| #define | LDF_ALL |
| Combines all the LDF flags... More... | |
| #define LDF_DESC 0x00000001 |
The Desc member is valid.
Definition at line 265 of file UtilFunc.h.
| #define LDF_ARGS 0x00000002 |
The Args member is valid.
Definition at line 266 of file UtilFunc.h.
| #define LDF_ICON 0x00000004 |
The IconIndex and IconPath members are valid.
Definition at line 267 of file UtilFunc.h.
| #define LDF_WORKDIR 0x00000008 |
The WorkingDir member is valid.
Definition at line 268 of file UtilFunc.h.
| #define LDF_HOTKEY 0x00000010 |
The Hotkey member is valid.
Definition at line 269 of file UtilFunc.h.
| #define LDF_SHOWCMD 0x00000020 |
The ShowCmd member is valid.
Definition at line 270 of file UtilFunc.h.
| #define LDF_PIDL 0x00000040 |
The IdList member is valid.
Definition at line 271 of file UtilFunc.h.
| #define LDF_ALL |