Home | History | Annotate | Download | only in common

Lines Matching defs:TZI

32 /* The layout of the Tzi value in the registry */
40 } TZI;
48 static const char TZI_REGKEY[] = "TZI";
150 static LONG getTZI(const char *winid, TZI *tzi)
152 DWORD cbData = sizeof(TZI);
163 (LPBYTE)tzi,
217 TZI Binary block of data
219 The TZI data is of particular interest. It contains the offset, two
223 careful, but essentially we do a binary comparison against the TZI
230 share an offset and rules, so more than one TZI block will match.
232 their TZI blocks are identical. For these cases, we fall back to a
261 TZI tziKey;
262 TZI tziReg;
266 to TZI. We could also interrogate the registry directly; we do