B
bq.xu
Unregistered / Unconfirmed
GUEST, unregistred user!
例如:
type
pMsg =^TMsg;
TMsg = Packed Record
wIdent:Word;
wParam:Word;
wTag:Word;
wDec: string;
end;
type
pMsg =^TMsg;
TMsg = Packed Record
wIdent:Word;
wParam:Word;
wTag:Word;
wDec: string;
end;