Searched defs:RTTAR (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dtar.h45 typedef R3PTRTYPE(struct RTTARINTERNAL *) RTTAR; typedef
46 /** Pointer to a RTTAR interface handle. */
47 typedef RTTAR *PRTTAR;
48 /** Nil RTTAR interface handle. */
49 #define NIL_RTTAR ((RTTAR)0)
69 * @param phTar Where to store the RTTAR handle.
82 * @param hTar Handle to the RTTAR interface.
84 RTR3DECL(int) RTTarClose(RTTAR hTar);
105 RTR3DECL(int) RTTarFileOpen(RTTAR hTar, PRTTARFILE phFile, const char *pszFilename, uint32_t fOpen);

Completed in 48 milliseconds