Программирование на Visual Basic, главный форум. Обсуждение тем программирования на VB 1—6.
Даже если вы плохо разбираетесь в VB и программировании вообще — тут вам помогут. В разумных пределах, конечно.
Правила форума
Темы, в которых будет сначала написано «что нужно сделать», а затем просьба «помогите», будут
закрыты.
Читайте
требования к создаваемым темам.
-
0xy
-
- Бывалый

-
-
- Сообщения: 223
- Зарегистрирован: 14.06.2006 (Ср) 2:34
0xy » 13.05.2010 (Чт) 13:56
Кто "шпрэхает"--просьба перевести на "русский язык"

typedef struct z_stream_s {
Bytef *next_in; /* next input byte */
uInt avail_in; /* number of bytes available at next_in */
uLong total_in; /* total nb of input bytes read so far */
Bytef *next_out; /* next output byte should be put there */
uInt avail_out; /* remaining free space at next_out */
uLong total_out; /* total nb of bytes output so far */
char *msg; /* last error message, NULL if no error */
struct internal_state FAR *state; /* not visible by applications */
alloc_func zalloc; /* used to allocate the internal state */
free_func zfree; /* used to free the internal state */
voidpf opaque; /* private data object passed to zalloc and zfree */
int data_type; /* best guess about the data type: ascii or binary */
uLong adler; /* adler32 value of the uncompressed data */
uLong reserved; /* reserved for future use */
} z_stream ;
-
Хакер
-
- Телепат

-

-
- Сообщения: 16489
- Зарегистрирован: 13.11.2005 (Вс) 2:43
- Откуда: Казахстан, Петропавловск
-
Хакер » 13.05.2010 (Чт) 15:31
Маловато будет.
—We separate their smiling faces from the rest of their body, Captain.
—That's right! We decapitate them.
-
0xy
-
- Бывалый

-
-
- Сообщения: 223
- Зарегистрирован: 14.06.2006 (Ср) 2:34
0xy » 13.05.2010 (Чт) 19:21
Чего маловато?
Вот, нашел перевод:

- Код: Выделить всё
Private Type Z_STREAM_S
next_in As Long 'next input byte - pointer to Byte?
avail_in As Long 'number of bytes available at next_in
total_in As Long 'total nb of input bytes read so far
next_out As Long 'next output byte should be put there - pointer to Byte?
avail_out As Long 'remaining free space at next_out
total_out As Long 'total nb of bytes output so far
MSG As Long 'last error message, NULL if no error - pointer?
internal_state As Long 'not visible by applications */
zalloc As Long 'used to allocate the internal state - type: alloc_func
zfree As Long 'used to free the internal state - type: free_func
opaque As Long 'private data object passed to zalloc and zfree - type: voidpf
data_type As Long 'best guess about the data type: ascii or binary
adler As Long 'adler32 value of the uncompressed data
Reserved As Long 'reserved for future use
End Type
Вернуться в Visual Basic 1–6
Кто сейчас на конференции
Сейчас этот форум просматривают: Yandex-бот и гости: 4