Home | History | Annotate | Download | only in common

Lines Matching refs: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,
193 TZI Binary block of data
195 The TZI data is of particular interest. It contains the offset, two
199 careful, but essentially we do a binary comparison against the TZI
206 share an offset and rules, so more than one TZI block will match.
208 their TZI blocks are identical. For these cases, we fall back to a
230 TZI tziKey;
231 TZI tziReg;
235 to TZI. We could also interrogate the registry directly; we do