-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
9,984 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
DiscordRpc x64dbg/pluginsdk/DeviceNameResolver/DeviceNameResolver.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#ifndef _DEVICENAMERESOLVER_H | ||
#define _DEVICENAMERESOLVER_H | ||
|
||
#include <windows.h> | ||
|
||
#ifdef __cplusplus | ||
extern "C" | ||
{ | ||
#endif | ||
|
||
__declspec(dllexport) bool DevicePathToPathW(const wchar_t* szDevicePath, wchar_t* szPath, size_t nSizeInChars); | ||
__declspec(dllexport) bool DevicePathToPathA(const char* szDevicePath, char* szPath, size_t nSizeInChars); | ||
__declspec(dllexport) bool DevicePathFromFileHandleW(HANDLE hFile, wchar_t* szDevicePath, size_t nSizeInChars); | ||
__declspec(dllexport) bool DevicePathFromFileHandleA(HANDLE hFile, char* szDevicePath, size_t nSizeInChars); | ||
__declspec(dllexport) bool PathFromFileHandleW(HANDLE hFile, wchar_t* szPath, size_t nSizeInChars); | ||
__declspec(dllexport) bool PathFromFileHandleA(HANDLE hFile, char* szPath, size_t nSizeInChars); | ||
|
||
#ifdef __cplusplus | ||
} | ||
#endif | ||
|
||
#endif // _DEVICENAMERESOLVER_H |
Binary file added
BIN
+5.99 KB
DiscordRpc x64dbg/pluginsdk/DeviceNameResolver/DeviceNameResolver_x64.a
Binary file not shown.
Binary file added
BIN
+3.1 KB
DiscordRpc x64dbg/pluginsdk/DeviceNameResolver/DeviceNameResolver_x64.lib
Binary file not shown.
Binary file added
BIN
+5.96 KB
DiscordRpc x64dbg/pluginsdk/DeviceNameResolver/DeviceNameResolver_x86.a
Binary file not shown.
Binary file added
BIN
+3.12 KB
DiscordRpc x64dbg/pluginsdk/DeviceNameResolver/DeviceNameResolver_x86.lib
Binary file not shown.
Oops, something went wrong.