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.
VB で XLDownload.dll からこの関数を呼び出す方法は?
DWORD __stdcall QueryTaskInfo(LONG lTaskId, LONG *plStatus, ULONGLONG *pullFileSize, ULONGLONG *pullRecvSize);
ByRef ULong と ByVal IntPtr を使用して呼び出しようとしましたが、どちらも機能しません。どちらも PInvokeStackImbalance エラーを引き起こします。