Wie verwende ich HIDD_Gethidguid () in C ++?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wie verwende ich HIDD_Gethidguid () in C ++?

by Anonymous » 12 Apr 2025, 17:45

Ich habe ein ähnliches Thema/eine ähnliche Frage gepostet, aber diesmal ist es ein bisschen anders. /> Hier ist mein Code: < /p>

Code: Select all

// mainframe.cpp
#include 
#include 

extern "C"
{
#include 
#include 
}

int main()
{
int iQuit;
LPGUID guid;
HidD_GetHidGuid(guid);

std::cout

Top