Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C GetProductString( DWORD DeviceNum,LPVOID DeviceString, DWORD Options) に関数があります。JNAでこれを呼び出すにはどうすればよいですか?
のマッピングLPVOIDに問題がある場合は、おそらく achar*またはwchar*です。戻り値の型も欠落しているため、完全な関数シグネチャを取得することを検討してください。
LPVOID
char*
wchar*
さらに支援するには、さらに情報が必要です。