Lines Matching defs:psl
1420 IShellLink *psl = NULL;
1443 IID_IShellLink, (LPVOID *)&psl);
1460 psl->SetPath(fileloc);
1461 psl->SetDescription("BIND Control Panel");
1463 hres = psl->QueryInterface(IID_IPersistFile, (void **)&ppf);
1487 psl->SetPath(fileloc);
1488 psl->SetDescription("BIND Readme");
1490 hres = psl->QueryInterface(IID_IPersistFile, (void **)&ppf);
1500 if (psl)
1501 psl->Release();