ReactOS 0.4.15-dev-7924-g5949c20
lnk_desc_t Struct Reference

#include <shell32_test.h>

Collaboration diagram for lnk_desc_t:

Public Attributes

const chardescription
 
const charworkdir
 
const charpath
 
LPITEMIDLIST pidl
 
const chararguments
 
int showcmd
 
const charicon
 
int icon_id
 
WORD hotkey
 

Detailed Description

Definition at line 24 of file shell32_test.h.

Member Data Documentation

◆ arguments

const char* lnk_desc_t::arguments

Definition at line 30 of file shell32_test.h.

◆ description

const char* lnk_desc_t::description

Definition at line 26 of file shell32_test.h.

◆ hotkey

WORD lnk_desc_t::hotkey

Definition at line 34 of file shell32_test.h.

◆ icon

const char* lnk_desc_t::icon

Definition at line 32 of file shell32_test.h.

◆ icon_id

int lnk_desc_t::icon_id

Definition at line 33 of file shell32_test.h.

◆ path

const char* lnk_desc_t::path

Definition at line 28 of file shell32_test.h.

◆ pidl

LPITEMIDLIST lnk_desc_t::pidl

Definition at line 29 of file shell32_test.h.

◆ showcmd

int lnk_desc_t::showcmd

Definition at line 31 of file shell32_test.h.

◆ workdir

const char* lnk_desc_t::workdir

Definition at line 27 of file shell32_test.h.


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