Source position: jwawindns.pas line 1233
type DNS_TKEY_DATA = record |
pNameAlgorithm: LPTSTR; |
pAlgorithmPacket: PBYTE; |
pKey: PBYTE; |
pOtherData: PBYTE; |
dwCreateTime: DWORD; |
dwExpireTime: DWORD; |
wMode: Word; |
wError: Word; |
wKeyLength: Word; |
wOtherLength: Word; |
cAlgNameLength: UCHAR; |
bPacketPointers: BOOL; |
end; |