WhichPlatform(3w)
NAME
WhichPlatform (SHLWAPI.276)
SYNOPSIS
DWORD WhichPlatform ( )
DESCRIPTION
Determine if the browser is integrated into the shell, and set a registry key accordingly.
PARAMS
None.
RETURNS
1, If the browser is not integrated. 2, If the browser is integrated.
NOTES
The key "HKLMtwarecrosoftInternet ExplorerIntegratedBrowser" is either
set to TRUE, or removed depending on whether the browser is deemed to
be integrated.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".