Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
921 B

  1. DWORD FormatString(LPWSTR *ppszResult, HINSTANCE hInstance, LPCWSTR pszFormat, ...);
  2. HRESULT FormatFriendlyDateName(LPWSTR *ppszResult, LPCWSTR pszName, const FILETIME UNALIGNED *pft, DWORD dwDateFlags = (FDTF_RELATIVE | FDTF_LONGDATE | FDTF_SHORTTIME));
  3. void EliminateGMTPathSegment(LPWSTR pszPath);
  4. void EliminatePathPrefix(LPWSTR pszPath);
  5. HRESULT GetFSIDListFromTimeWarpPath(PIDLIST_ABSOLUTE *ppidlTarget, LPCWSTR pszPath, DWORD dwFileAttributes = FILE_ATTRIBUTE_DIRECTORY);
  6. STDAPI SHCreateFileSysBindCtx(const WIN32_FIND_DATAW *pfd, IBindCtx **ppbc);
  7. STDAPI SHSimpleIDListFromFindData(LPCWSTR pszPath, const WIN32_FIND_DATAW *pfd, PIDLIST_ABSOLUTE *ppidl);
  8. STDAPI SimpleIDListFromAttributes(LPCWSTR pszPath, DWORD dwAttributes, PIDLIST_ABSOLUTE *ppidl);
  9. UINT SizeofStringResource(HINSTANCE hInstance, UINT idStr);
  10. int LoadStringAlloc(LPWSTR *ppszResult, HINSTANCE hInstance, UINT idStr);