Home | History | Annotate | Download | only in common

Lines Matching defs:TZI

33 /* The layout of the Tzi value in the registry */
41 } TZI;
49 static const char TZI_REGKEY[] = "TZI";
151 static LONG getTZI(const char *winid, TZI *tzi)
153 DWORD cbData = sizeof(TZI);
164 (LPBYTE)tzi,
218 TZI Binary block of data
220 The TZI data is of particular interest. It contains the offset, two
224 careful, but essentially we do a binary comparison against the TZI
231 share an offset and rules, so more than one TZI block will match.
233 their TZI blocks are identical. For these cases, we fall back to a
264 TZI tziKey;
265 TZI tziReg;
269 to TZI. We could also interrogate the registry directly; we do