mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
544 B
25 lines
544 B
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
#define LPITEMIDLIST DWORD
|
|
#define IShellExtInit DWORD
|
|
#define IShellLink DWORD
|
|
#define IPersistStream DWORD
|
|
#define IPersistFile DWORD
|
|
#define IContextMenu DWORD
|
|
#define IContextMenu2 DWORD
|
|
#define IShellLinkA DWORD
|
|
#define IDataObject DWORD
|
|
#define IDropTarget DWORD
|
|
#define PLINKINFO LPVOID
|
|
#ifndef CLSID
|
|
typedef struct _CLSID {
|
|
unsigned long Data1;
|
|
unsigned short Data2;
|
|
unsigned short Data3;
|
|
unsigned char Data4[8];
|
|
} CLSID;
|
|
#endif
|
|
|
|
#include <shlink.h>
|
|
|