|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures |
| struct | LPGUID |
| struct | PFILETIME |
| struct | LNK_HEADER |
| struct | LNK_LOCATOR_INFO |
| struct | LNK_LOCAL_VOLUME_INFO |
| struct | ID_LIST_FILE |
| struct | ID_LIST_GUID |
| struct | ID_LIST_DRIVE |
Defines |
| #define | SW_SHOWNORMAL 1 |
| #define | SW_SHOWMINNOACTIVE 7 |
| #define | DEFINE_GUID2(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) const GUID name = { l,w1,w2,{ b1,b2,b3,b4,b5,b6,b7,b8 } } |
| #define | LINK_ID_LIST 0x01 |
| #define | LINK_FILE 0x02 |
| #define | LINK_DESCRIPTION 0x04 |
| #define | LINK_RELATIVE_PATH 0x08 |
| #define | LINK_WORKING_DIR 0x10 |
| #define | LINK_CMD_LINE_ARGS 0x20 |
| #define | LINK_ICON 0x40 |
| #define | LINK_UNICODE 0x80 |
| #define | LOCATOR_LOCAL 0x1 |
| #define | LOCATOR_NETWORK 0x2 |
| #define | PT_GUID 0x1F |
| #define | PT_DRIVE1 0x2F |
| #define | PT_FOLDER 0x31 |
| #define | PT_VALUE 0x32 |
Functions |
| | DEFINE_GUID2 (CLSID_ShellLink, 0x00021401L, 0, 0, 0xC0, 0, 0, 0, 0, 0, 0, 0x46) |
| | DEFINE_GUID2 (CLSID_MyComputer, 0x20D04FE0, 0x3AEA, 0x1069, 0xA2, 0xD8, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D) |
| int | main (int argc, const char *argv[]) |
Generated on Sun May 27 2012 06:08:51 for ReactOS by
1.7.6.1
|