WhichPlatform.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "HKLMSoftwareMicrosoftInternet 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 "dlls/shlwapi/ordinal.c".

Debug channel "shell".