A
anper
Unregistered / Unconfirmed
GUEST, unregistred user!
大家好!我有几个DELPHI问题想请教:
1、WSAStartup(2,WSAData); 这个函数实现什么功能?
2、
PIPOptionInformation = ^TIPOptionInformation;
TIPOptionInformation=packed record
TTL: Byte;
TOS: Byte;
Flags: Byte;
OptionsSize: Byte;
OptionsData: PChar;
end;
这个记录组各个记录都记录什么,比如TTL是记录什么的?或者能否告诉我哪个地方有资料?
1、WSAStartup(2,WSAData); 这个函数实现什么功能?
2、
PIPOptionInformation = ^TIPOptionInformation;
TIPOptionInformation=packed record
TTL: Byte;
TOS: Byte;
Flags: Byte;
OptionsSize: Byte;
OptionsData: PChar;
end;
这个记录组各个记录都记录什么,比如TTL是记录什么的?或者能否告诉我哪个地方有资料?