常 常广荣 Unregistered / Unconfirmed GUEST, unregistred user! 2009-09-27 #1 这个函数用delphi怎么写啊DVSPLAYER_API int __stdcall DVSPLAYER_OpenFile(HANDLE hPlayer,const char *pFiles[],int nFileCount);
这个函数用delphi怎么写啊DVSPLAYER_API int __stdcall DVSPLAYER_OpenFile(HANDLE hPlayer,const char *pFiles[],int nFileCount);
I iceapi Unregistered / Unconfirmed GUEST, unregistred user! 2009-09-27 #2 TPCharArray = array of PChar;function DVSPLAYER_OpenFile(hPlayer: DWORD; const Files: TPCharArray; nFileCount: Integer): Integer; stdcall ;//function DVSPLAYER_OpenFile; external 'xxx.dll' name 'DVSPLAYER_OpenFile';
TPCharArray = array of PChar;function DVSPLAYER_OpenFile(hPlayer: DWORD; const Files: TPCharArray; nFileCount: Integer): Integer; stdcall ;//function DVSPLAYER_OpenFile; external 'xxx.dll' name 'DVSPLAYER_OpenFile';