|
|
1.1.1.2 root 1: [ uuid (A4F1DB00-CA47-1067-B31F-00DD010662DA), 1.1 root 2: version(1.0), 1.1.1.3 ! root 3: pointer_default(unique) ! 4: ] 1.1 root 5: interface cxhndl 6: { 7: 1.1.1.3 ! root 8: const short BUFSIZE = 1024; 1.1 root 9: 1.1.1.3 ! root 10: typedef [context_handle] void *PCONTEXT_HANDLE_TYPE; 1.1 root 11: 1.1.1.3 ! root 12: short RemoteOpen( [out] PCONTEXT_HANDLE_TYPE *pphContext, ! 13: [in, string] unsigned char *pszFile ! 14: ); ! 15: ! 16: short RemoteRead( [in] PCONTEXT_HANDLE_TYPE phContext, ! 17: [out] unsigned char achBuf[BUFSIZE], ! 18: [out] short *pcbBuf ! 19: ); ! 20: ! 21: short RemoteClose( [in, out] PCONTEXT_HANDLE_TYPE *pphContext ); 1.1 root 22: 23: void Shutdown(void); 1.1.1.3 ! root 24: 1.1 root 25: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.