This file contains hidden or 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
// C++ header | |
extern "C" __declspec(dllexport) int __stdcall API_USBMF_Request( | |
HANDLE commHandle, int DeviceAddress, | |
unsigned char inf_mode, unsigned char *Buffer); | |
// Java - Returns a single byte, which I think is a valid result |