uLib  User mode C/C++ extended API library for Win32 programmers.

Module Description

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...
 

Macro Definition Documentation

◆ LDF_DESC

#define LDF_DESC   0x00000001

The Desc member is valid.

Definition at line 265 of file UtilFunc.h.

◆ LDF_ARGS

#define LDF_ARGS   0x00000002

The Args member is valid.

Definition at line 266 of file UtilFunc.h.

◆ LDF_ICON

#define LDF_ICON   0x00000004

The IconIndex and IconPath members are valid.

Definition at line 267 of file UtilFunc.h.

◆ LDF_WORKDIR

#define LDF_WORKDIR   0x00000008

The WorkingDir member is valid.

Definition at line 268 of file UtilFunc.h.

◆ LDF_HOTKEY

#define LDF_HOTKEY   0x00000010

The Hotkey member is valid.

Definition at line 269 of file UtilFunc.h.

◆ LDF_SHOWCMD

#define LDF_SHOWCMD   0x00000020

The ShowCmd member is valid.

Definition at line 270 of file UtilFunc.h.

◆ LDF_PIDL

#define LDF_PIDL   0x00000040

The IdList member is valid.

Definition at line 271 of file UtilFunc.h.

◆ LDF_ALL

#define LDF_ALL
Value:
( \
)
#define LDF_SHOWCMD
Definition: UtilFunc.h:270
#define LDF_WORKDIR
Definition: UtilFunc.h:268
#define LDF_ARGS
Definition: UtilFunc.h:266
#define LDF_HOTKEY
Definition: UtilFunc.h:269
#define LDF_ICON
Definition: UtilFunc.h:267

Combines all the LDF flags...

Definition at line 273 of file UtilFunc.h.