108 *
obj = &
This->classinfo.IProvideClassInfo_iface;
154 TRACE(
"(%p)->(%u %u %p)\n",
This, iTInfo, lcid, ppTInfo);
170 hr = ITypeInfo_GetIDsOfNames(
typeinfo, rgszNames, cNames, rgDispId);
185 lcid,
wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
191 pDispParams, pVarResult, pExcepInfo, puArgErr);
363 *
obj = &
This->classinfo.IProvideClassInfo_iface;
406 TRACE(
"(%p)->(%u %u %p)\n",
This, iTInfo, lcid, ppTInfo);
422 hr = ITypeInfo_GetIDsOfNames(
typeinfo, rgszNames, cNames, rgDispId);
437 lcid,
wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
443 pDispParams, pVarResult, pExcepInfo, puArgErr);
497 FIXME(
"(%p)->(%p): stub\n",
This, penum);
535 *
env = &
This->IWshEnvironment_iface;
554 *
ppv = &
This->classinfo.IProvideClassInfo_iface;
597 TRACE(
"(%p)->(%u %u %p)\n",
This, iTInfo, lcid, ppTInfo);
613 hr = ITypeInfo_GetIDsOfNames(
typeinfo, rgszNames, cNames, rgDispId);
628 lcid,
wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
634 pDispParams, pVarResult, pExcepInfo, puArgErr);
644 static const WCHAR allusersdesktopW[] = {
'A',
'l',
'l',
'U',
's',
'e',
'r',
's',
'D',
'e',
's',
'k',
't',
'o',
'p',0};
645 static const WCHAR allusersprogramsW[] = {
'A',
'l',
'l',
'U',
's',
'e',
'r',
's',
'P',
'r',
'o',
'g',
'r',
'a',
'm',
's',0};
646 static const WCHAR desktopW[] = {
'D',
'e',
's',
'k',
't',
'o',
'p',0};
757 *
ppv = &
This->classinfo.IProvideClassInfo_iface;
786 IShellLinkW_Release(
This->link);
804 TRACE(
"(%p)->(%u %u %p)\n",
This, iTInfo, lcid, ppTInfo);
820 hr = ITypeInfo_GetIDsOfNames(
typeinfo, rgszNames, cNames, rgDispId);
835 lcid,
wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
841 pDispParams, pVarResult, pExcepInfo, puArgErr);
882 return IShellLinkW_SetArguments(
This->link, Arguments);
902 FIXME(
"(%p)->(%p): stub\n",
This, Hotkey);
915 static const WCHAR fmtW[] = {
'%',
's',
',',
' ',
'%',
'd',0};
926 hr = IShellLinkW_GetIconLocation(
This->link, buffW,
ARRAY_SIZE(buffW), &icon);
950 WARN(
"icon index not found\n");
962 hr = IShellLinkW_SetIconLocation(
This->link,
path, icon);
986 return IShellLinkW_SetPath(
This->link,
Path);
993 return IShellLinkW_GetShowCmd(
This->link, ShowCmd);
1000 return IShellLinkW_SetShowCmd(
This->link, ShowCmd);
1009 TRACE(
"(%p)->(%p)\n",
This, WorkingDirectory);
1011 if (!WorkingDirectory)
1014 *WorkingDirectory =
NULL;
1015 hr = IShellLinkW_GetWorkingDirectory(
This->link, buffW,
ARRAY_SIZE(buffW));
1026 return IShellLinkW_SetWorkingDirectory(
This->link, WorkingDirectory);
1046 IPersistFile_Release(
file);
1093 &IID_IShellLinkW, (
void**)&
This->link);
1101 if (!
This->path_link)
1103 IShellLinkW_Release(
This->link);
1160 TRACE(
"(%p)\n", pctinfo);
1167 TRACE(
"(%u %u %p)\n", iTInfo, lcid, ppTInfo);
1182 hr = ITypeInfo_GetIDsOfNames(
typeinfo, rgszNames, cNames, rgDispId);
1196 lcid,
wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
1202 pDispParams, pVarResult, pExcepInfo, puArgErr);
1211 TRACE(
"(%p)\n", folders);
1237 if (*
ptr ==
'"') in_quotes = !in_quotes;
1238 else if (*
ptr ==
' ' && !in_quotes)
1276 ERR(
"failed to convert style argument, 0x%08x\n",
hr);
1290 waitforprocess =
V_I4(&
w);
1334 static const WCHAR defaulttitleW[] = {
'W',
'i',
'n',
'd',
'o',
'w',
's',
' ',
'S',
'c',
'r',
'i',
'p',
't',
' ',
'H',
'o',
's',
't',0};
1443 static const struct {
1444 const WCHAR full[20];
1445 const WCHAR abbrev[5];
1448 { {
'H',
'K',
'E',
'Y',
'_',
'C',
'U',
'R',
'R',
'E',
'N',
'T',
'_',
'U',
'S',
'E',
'R',0}, {
'H',
'K',
'C',
'U',0},
HKEY_CURRENT_USER },
1449 { {
'H',
'K',
'E',
'Y',
'_',
'L',
'O',
'C',
'A',
'L',
'_',
'M',
'A',
'C',
'H',
'I',
'N',
'E',0}, {
'H',
'K',
'L',
'M',0},
HKEY_LOCAL_MACHINE },
1450 { {
'H',
'K',
'E',
'Y',
'_',
'C',
'L',
'A',
'S',
'S',
'E',
'S',
'_',
'R',
'O',
'O',
'T',0}, {
'H',
'K',
'C',
'R',0},
HKEY_CLASSES_ROOT },
1451 { {
'H',
'K',
'E',
'Y',
'_',
'U',
'S',
'E',
'R',
'S',0}, {0},
HKEY_USERS },
1452 { {
'H',
'K',
'E',
'Y',
'_',
'C',
'U',
'R',
'R',
'E',
'N',
'T',
'_',
'C',
'O',
'N',
'F',
'I',
'G',0}, {0},
HKEY_CURRENT_CONFIG }
1458 return rootkeys[
i].hkey;
1460 return rootkeys[
i].hkey;
1477 if ((*subkey)[
lstrlenW(*subkey)-1] ==
'\\') {
1483 if (*
value - *subkey > 1) {
1484 unsigned int len = *
value - *subkey - 1;
1621 FIXME(
"value type %d not supported\n",
type);
1640 static const WCHAR regexpandszW[] = {
'R',
'E',
'G',
'_',
'E',
'X',
'P',
'A',
'N',
'D',
'_',
'S',
'Z',0};
1641 static const WCHAR regszW[] = {
'R',
'E',
'G',
'_',
'S',
'Z',0};
1642 static const WCHAR regdwordW[] = {
'R',
'E',
'G',
'_',
'D',
'W',
'O',
'R',
'D',0};
1643 static const WCHAR regbinaryW[] = {
'R',
'E',
'G',
'_',
'B',
'I',
'N',
'A',
'R',
'Y',0};
1645 DWORD regtype, data_len;
1699 data_len =
sizeof(
DWORD);
1702 FIXME(
"unexpected regtype %d\n", regtype);
1707 FIXME(
"failed to convert value, regtype %d, 0x%08x\n", regtype,
hr);
PRTL_UNICODE_STRING_BUFFER Path
static struct sockaddr_in sa
HRESULT get_typeinfo(enum type_id tid, ITypeInfo **ret)
static void * heap_alloc(size_t len)
static BOOL heap_free(void *mem)
#define InterlockedIncrement
#define InterlockedDecrement
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
static LPCWSTR LPCWSTR LPCWSTR env
LSTATUS WINAPI RegGetValueW(HKEY hKey, LPCWSTR pszSubKey, LPCWSTR pszValue, DWORD dwFlags, LPDWORD pdwType, PVOID pvData, LPDWORD pcbData)
LONG WINAPI RegSetKeyValueW(IN HKEY hKey, IN LPCWSTR lpSubKey OPTIONAL, IN LPCWSTR lpValueName OPTIONAL, IN DWORD dwType, IN LPCVOID lpData OPTIONAL, IN DWORD cbData)
static const WCHAR Description[]
#define GetCurrentDirectoryW(x, y)
#define GetEnvironmentVariableW(x, y, z)
DWORD WINAPI ExpandEnvironmentStringsW(IN LPCWSTR lpSrc, IN LPWSTR lpDst, IN DWORD nSize)
BOOL WINAPI SetCurrentDirectoryW(IN LPCWSTR lpPathName)
BOOL WINAPI DECLSPEC_HOTPATCH CreateProcessW(LPCWSTR lpApplicationName, LPWSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCWSTR lpCurrentDirectory, LPSTARTUPINFOW lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation)
BOOL WINAPI GetExitCodeProcess(IN HANDLE hProcess, IN LPDWORD lpExitCode)
BOOL WINAPI TerminateProcess(IN HANDLE hProcess, IN UINT uExitCode)
HANDLE WINAPI DECLSPEC_HOTPATCH CreateThread(IN LPSECURITY_ATTRIBUTES lpThreadAttributes, IN DWORD dwStackSize, IN LPTHREAD_START_ROUTINE lpStartAddress, IN LPVOID lpParameter, IN DWORD dwCreationFlags, OUT LPDWORD lpThreadId)
HRESULT WINAPI DECLSPEC_HOTPATCH CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID iid, LPVOID *ppv)
static const WCHAR desktopW[]
HRESULT WINAPI SafeArrayAccessData(SAFEARRAY *psa, void **ppvData)
HRESULT WINAPI SafeArrayUnaccessData(SAFEARRAY *psa)
HRESULT WINAPI SafeArrayDestroy(SAFEARRAY *psa)
SAFEARRAY *WINAPI SafeArrayCreate(VARTYPE vt, UINT cDims, SAFEARRAYBOUND *rgsabound)
static const WCHAR IconPath[]
HRESULT WINAPI SHGetSpecialFolderLocation(HWND hwndOwner, INT nFolder, LPITEMIDLIST *ppidl)
MIXER_STATUS Enum(IN PVOID EnumContext, IN ULONG DeviceIndex, OUT LPWSTR *DeviceName, OUT PHANDLE OutHandle, OUT PHANDLE OutKey)
static const WCHAR Message[]
static ULONG WINAPI WshExec_Release(IWshExec *iface)
static HRESULT WINAPI WshShell3_GetTypeInfoCount(IWshShell3 *iface, UINT *pctinfo)
static HRESULT WINAPI WshShortcut_get_WindowStyle(IWshShortcut *iface, int *ShowCmd)
static HRESULT WINAPI WshCollection_QueryInterface(IWshCollection *iface, REFIID riid, void **ppv)
static WshShellImpl WshShell3
static HRESULT WINAPI WshEnvironment_GetTypeInfoCount(IWshEnvironment *iface, UINT *pctinfo)
static HRESULT WINAPI WshShortcut_put_Hotkey(IWshShortcut *iface, BSTR Hotkey)
static HRESULT WINAPI WshShell3_AppActivate(IWshShell3 *iface, VARIANT *App, VARIANT *Wait, VARIANT_BOOL *out_Success)
static WshEnvironment * impl_from_IWshEnvironment(IWshEnvironment *iface)
static HRESULT WINAPI WshShortcut_put_Arguments(IWshShortcut *iface, BSTR Arguments)
static HRESULT WINAPI WshShortcut_get_Arguments(IWshShortcut *iface, BSTR *Arguments)
static HRESULT WINAPI WshShell3_RegDelete(IWshShell3 *iface, BSTR Name)
static HRESULT WINAPI WshCollection_Item(IWshCollection *iface, VARIANT *index, VARIANT *value)
static HRESULT WshEnvironment_Create(IWshEnvironment **env)
static HRESULT WINAPI WshShortcut_get_WorkingDirectory(IWshShortcut *iface, BSTR *WorkingDirectory)
static HRESULT WINAPI WshExec_Terminate(IWshExec *iface)
static HRESULT WINAPI WshShell3_get_CurrentDirectory(IWshShell3 *iface, BSTR *dir)
static HRESULT WINAPI WshCollection_Invoke(IWshCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static WshExecImpl * impl_from_IWshExec(IWshExec *iface)
static ULONG WINAPI WshShell3_Release(IWshShell3 *iface)
static HRESULT WINAPI WshEnvironment__NewEnum(IWshEnvironment *iface, IUnknown **penum)
static HRESULT WINAPI WshExec_QueryInterface(IWshExec *iface, REFIID riid, void **obj)
static HRESULT WINAPI WshShortcut_put_WorkingDirectory(IWshShortcut *iface, BSTR WorkingDirectory)
static HRESULT WINAPI WshEnvironment_GetTypeInfo(IWshEnvironment *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static ULONG WINAPI WshShell3_AddRef(IWshShell3 *iface)
static HRESULT WINAPI WshShortcut_put_RelativePath(IWshShortcut *iface, BSTR rhs)
static HRESULT WINAPI WshShortcut_put_TargetPath(IWshShortcut *iface, BSTR Path)
static HRESULT WINAPI WshExec_GetTypeInfo(IWshExec *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI WshShortcut_get_Description(IWshShortcut *iface, BSTR *Description)
static HRESULT WINAPI WshShell3_RegWrite(IWshShell3 *iface, BSTR name, VARIANT *value, VARIANT *type)
static HRESULT WshExec_create(BSTR command, IWshExec **ret)
static const IWshShortcutVtbl WshShortcutVtbl
static HRESULT WINAPI WshCollection_GetTypeInfo(IWshCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI WshEnvironment_put_Item(IWshEnvironment *iface, BSTR name, BSTR value)
static HRESULT WINAPI WshExec_get_StdIn(IWshExec *iface, ITextStream **stream)
static const IWshShell3Vtbl WshShell3Vtbl
static HRESULT WINAPI WshShortcut_put_WindowStyle(IWshShortcut *iface, int ShowCmd)
static HRESULT WINAPI WshShortcut_Load(IWshShortcut *iface, BSTR PathLink)
static HRESULT WINAPI WshExec_GetIDsOfNames(IWshExec *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI WshShell3_Run(IWshShell3 *iface, BSTR cmd, VARIANT *style, VARIANT *wait, DWORD *exit_code)
static HRESULT WINAPI WshEnvironment_get_length(IWshEnvironment *iface, LONG *len)
static HRESULT WINAPI WshEnvironment_get_Item(IWshEnvironment *iface, BSTR name, BSTR *value)
static BOOL CALLBACK enum_thread_wnd_proc(HWND hwnd, LPARAM lParam)
static HRESULT WINAPI WshShortcut_GetIDsOfNames(IWshShortcut *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI WshShell3_get_SpecialFolders(IWshShell3 *iface, IWshCollection **folders)
static HRESULT WINAPI WshEnvironment_Invoke(IWshEnvironment *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static const IWshExecVtbl WshExecVtbl
static const IWshEnvironmentVtbl WshEnvironmentVtbl
static HRESULT WINAPI WshShortcut_get_TargetPath(IWshShortcut *iface, BSTR *Path)
static HRESULT WINAPI WshExec_GetTypeInfoCount(IWshExec *iface, UINT *pctinfo)
static HRESULT WINAPI WshShortcut_put_IconLocation(IWshShortcut *iface, BSTR IconPath)
static HRESULT split_reg_path(const WCHAR *path, WCHAR **subkey, WCHAR **value)
static HRESULT WINAPI WshShortcut_get_IconLocation(IWshShortcut *iface, BSTR *IconPath)
static HRESULT WINAPI WshEnvironment_Remove(IWshEnvironment *iface, BSTR name)
static ULONG WINAPI WshCollection_Release(IWshCollection *iface)
static HRESULT WINAPI WshShell3_SendKeys(IWshShell3 *iface, BSTR Keys, VARIANT *Wait)
static HKEY get_root_key(const WCHAR *path)
static ULONG WINAPI WshShortcut_AddRef(IWshShortcut *iface)
static HRESULT WINAPI WshEnvironment_QueryInterface(IWshEnvironment *iface, REFIID riid, void **obj)
static HRESULT WINAPI WshShell3_GetTypeInfo(IWshShell3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static WshCollection * impl_from_IWshCollection(IWshCollection *iface)
static HRESULT WINAPI WshShortcut_QueryInterface(IWshShortcut *iface, REFIID riid, void **ppv)
static HRESULT WINAPI WshExec_get_ExitCode(IWshExec *iface, DWORD *code)
static HRESULT WINAPI WshShell3_Invoke(IWshShell3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI WshCollection_get_length(IWshCollection *iface, LONG *count)
static HRESULT WINAPI WshShell3_QueryInterface(IWshShell3 *iface, REFIID riid, void **ppv)
static HRESULT WINAPI WshShell3_LogEvent(IWshShell3 *iface, VARIANT *Type, BSTR Message, BSTR Target, VARIANT_BOOL *out_Success)
static HRESULT WINAPI WshShell3_RegRead(IWshShell3 *iface, BSTR name, VARIANT *value)
static ULONG WINAPI WshShortcut_Release(IWshShortcut *iface)
static HRESULT WINAPI WshShell3_GetIDsOfNames(IWshShell3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
HRESULT WINAPI WshShellFactory_CreateInstance(IClassFactory *iface, IUnknown *outer, REFIID riid, void **ppv)
static HRESULT WINAPI WshExec_get_StdErr(IWshExec *iface, ITextStream **stream)
static ULONG WINAPI WshCollection_AddRef(IWshCollection *iface)
static BOOL is_optional_argument(const VARIANT *arg)
static HRESULT WINAPI WshShell3_Exec(IWshShell3 *iface, BSTR command, IWshExec **ret)
static HRESULT WINAPI WshShortcut_get_FullName(IWshShortcut *iface, BSTR *name)
static HRESULT WINAPI WshShortcut_GetTypeInfoCount(IWshShortcut *iface, UINT *pctinfo)
static ULONG WINAPI WshEnvironment_Release(IWshEnvironment *iface)
static ULONG WINAPI WshEnvironment_AddRef(IWshEnvironment *iface)
static HRESULT WINAPI WshShortcut_GetTypeInfo(IWshShortcut *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static WCHAR * split_command(BSTR cmd, WCHAR **params)
static HRESULT WINAPI WshCollection__NewEnum(IWshCollection *iface, IUnknown **Enum)
static HRESULT WshShortcut_Create(const WCHAR *path, IDispatch **shortcut)
static HRESULT WINAPI WshExec_Invoke(IWshExec *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static ULONG WINAPI WshExec_AddRef(IWshExec *iface)
static HRESULT WINAPI WshShell3_CreateShortcut(IWshShell3 *iface, BSTR PathLink, IDispatch **Shortcut)
static HRESULT WINAPI WshCollection_GetIDsOfNames(IWshCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI WshShell3_get_Environment(IWshShell3 *iface, VARIANT *type, IWshEnvironment **env)
static HRESULT WINAPI WshShortcut_put_Description(IWshShortcut *iface, BSTR Description)
static HRESULT WINAPI WshCollection_Count(IWshCollection *iface, LONG *count)
static HRESULT WINAPI WshShortcut_Save(IWshShortcut *iface)
static HRESULT WINAPI WshExec_get_Status(IWshExec *iface, WshExecStatus *status)
static HRESULT WINAPI WshShell3_ExpandEnvironmentStrings(IWshShell3 *iface, BSTR Src, BSTR *Dst)
static HRESULT WINAPI WshShortcut_Invoke(IWshShortcut *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI WshExec_get_ProcessID(IWshExec *iface, DWORD *pid)
static const IWshCollectionVtbl WshCollectionVtbl
static HRESULT WINAPI WshEnvironment_GetIDsOfNames(IWshEnvironment *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI WshShell3_put_CurrentDirectory(IWshShell3 *iface, BSTR dir)
static WshShortcut * impl_from_IWshShortcut(IWshShortcut *iface)
static HRESULT WshCollection_Create(IWshCollection **collection)
static HRESULT WINAPI WshCollection_GetTypeInfoCount(IWshCollection *iface, UINT *pctinfo)
static DWORD WINAPI popup_thread_proc(void *arg)
static HRESULT WINAPI WshShell3_Popup(IWshShell3 *iface, BSTR text, VARIANT *seconds_to_wait, VARIANT *title, VARIANT *type, int *button)
static HRESULT WINAPI WshExec_get_StdOut(IWshExec *iface, ITextStream **stream)
static HRESULT WINAPI WshEnvironment_Count(IWshEnvironment *iface, LONG *count)
static HRESULT WINAPI WshShortcut_get_Hotkey(IWshShortcut *iface, BSTR *Hotkey)
GLuint GLuint GLsizei GLenum type
GLuint GLuint GLsizei count
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
GLenum const GLfloat * params
GLubyte GLubyte GLubyte GLubyte w
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
VOID WINAPI CoTaskMemFree(LPVOID ptr)
_Check_return_ long __cdecl wcstol(_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix)
int const JOCTET unsigned int datalen
#define memcpy(s1, s2, n)
static const char * debugstr_variant(const VARIANT *var)
static ICollection collection
static VARIANTARG static DISPID
UINT WINAPI SysStringByteLen(BSTR str)
BSTR WINAPI SysAllocString(LPCOLESTR str)
void WINAPI DECLSPEC_HOTPATCH SysFreeString(BSTR str)
BSTR WINAPI SysAllocStringLen(const OLECHAR *str, unsigned int len)
const GUID IID_IProvideClassInfo
const GUID IID_IPersistFile
BOOL WINAPI SHGetPathFromIDListW(LPCITEMIDLIST pidl, LPWSTR pszPath)
#define IsEqualGUID(rguid1, rguid2)
#define IsEqualIID(riid1, riid2)
void init_classinfo(const GUID *guid, IUnknown *outer, struct provideclassinfo *classinfo)
_Check_return_ _CRTIMP int __cdecl wcscmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
_Check_return_ _CRTIMP int __cdecl wcsncmp(_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
#define SEE_MASK_NOCLOSEPROCESS
BOOL WINAPI DECLSPEC_HOTPATCH ShellExecuteExW(LPSHELLEXECUTEINFOW sei)
#define CSIDL_COMMON_DESKTOPDIRECTORY
#define CSIDL_COMMON_PROGRAMS
IWshCollection IWshCollection_iface
IWshEnvironment IWshEnvironment_iface
IWshShell3 IWshShell3_iface
struct provideclassinfo classinfo
IWshShortcut IWshShortcut_iface
DWORD WINAPI WaitForSingleObject(IN HANDLE hHandle, IN DWORD dwMilliseconds)
#define CONTAINING_RECORD(address, type, field)
HRESULT WINAPI DECLSPEC_HOTPATCH VariantChangeType(VARIANTARG *pvargDest, VARIANTARG *pvargSrc, USHORT wFlags, VARTYPE vt)
HRESULT WINAPI DECLSPEC_HOTPATCH VariantClear(VARIANTARG *pVarg)
void WINAPI VariantInit(VARIANTARG *pVarg)
_In_ WDFDPC _In_ BOOLEAN Wait
DWORD WINAPI GetLastError(void)
_In_ DWORD _Out_ _In_ WORD wFlags
_In_ ULONG_PTR _In_ ULONG _Out_ ULONG_PTR * pid
#define DISP_E_PARAMNOTFOUND
#define ERROR_PATH_NOT_FOUND
#define HRESULT_FROM_WIN32(x)
#define HKEY_LOCAL_MACHINE
#define HKEY_CURRENT_CONFIG
#define HKEY_CURRENT_USER
#define HKEY_CLASSES_ROOT
BOOL WINAPI PostMessageW(_In_opt_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
DWORD WINAPI MsgWaitForMultipleObjects(_In_ DWORD nCount, _In_reads_opt_(nCount) CONST HANDLE *pHandles, _In_ BOOL fWaitAll, _In_ DWORD dwMilliseconds, _In_ DWORD dwWakeMask)
int WINAPI MessageBoxW(_In_opt_ HWND hWnd, _In_opt_ LPCWSTR lpText, _In_opt_ LPCWSTR lpCaption, _In_ UINT uType)
BOOL WINAPI PostThreadMessageW(_In_ DWORD, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
BOOL WINAPI EnumThreadWindows(_In_ DWORD, _In_ WNDENUMPROC, _In_ LPARAM)