?? type_gcompress.html
字號:
<html><head><title>Generated Documentation</title></head><body> <image src="headerimage.png"> <br><br><table><tr><td><big><big><big style="font-family: arial;"><b>GCompress</b></big></big></big><br><br></td><td> This is supposed to be a compression utility, but it doesn't really work</td></tr></table><br><br><big><big><i>Statics (public)</i></big></big><br><div style="margin-left: 40px;">char* <big><b>Compress</b></big>(const unsigned char* pBytes, int nSize, int* pnOutNewSize)<br><div style="margin-left: 80px;"><font color=brown> Note that the buffer this returns will be as big as the original one, so if you plan keep it around in memory you should reallocate it. You must delete the buffer it returns.</font></div><br>char* <big><b>Decompress</b></big>(const unsigned char* pBytes, int nSize, int* pnOutNewSize)<br><div style="margin-left: 80px;"><font color=brown> You must delete the buffer this returns. Returns NULL on failure.</font></div><br></div><br><big><big><i>Statics (non-public)</i></big></big><br><div style="margin-left: 40px;">char* <big><b>CompressBlock</b></big>(const unsigned char* pBytes, int nSize, int* pnOutNewSize)<br>int <big><b>CompressPass</b></big>(const unsigned char* pIn, unsigned char* pOut, int nSize, int nBlobSize)<br>char* <big><b>DecompressBlock</b></big>(const unsigned char* pBytes, int nSize, int* pnOutNewSize)<br>int <big><b>DecompressPass</b></big>(const unsigned char* pIn, unsigned char* pOut, int nInSize, int nFinalSize)<br></div><br></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -