7 #define MTP_DLL_API __declspec(dllexport)
9 #define MTP_DLL_API __declspec(dllimport)
19 MTP_DLL_API
int mtp_sendnk(LPWSTR file
, int filesize
, void (*callback
)(unsigned int progress
, unsigned int max
));
20 MTP_DLL_API
int mtp_description(wchar_t* name
, wchar_t* manufacturer
, DWORD
* version
);