System.ZLib.gzgets
Delphi
function gzgets(file_: gzFile; buf: MarshaledAString; len: Integer): MarshaledAString; cdecl;
C++
extern DELPHI_PACKAGE char * __cdecl gzgets(gzFile file_, char * buf, int len);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.ZLib.pas System.ZLib.hpp |
System.ZLib | System.ZLib |
説明
内部使用のみ。
この関数は使用しないでください。 これは、内部使用のためのものです。 さらなる情報については、ZLib ライブラリが提供するオリジナルのドキュメントを参照してください。