The Load_RegisterFileInfo function registers file information with the H/PC Explorer.
LOADERROR Load_RegisterFileInfo(LPCSTR szFileName, LPCSTR szIconFile, LPCSTR szFileType, int iIcon);
Header file: | Ppcload.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and 1.01 |
This function returns one of the following values:
The Load_RegisterFileInfo function requires a prior successful call to the Load_Init function.
Load_RegisterFileInfo is exported by Ppcload.dll, which runs on the desktop PC—it is intended to be called from a setup program.
To ensure consistency with other icons displayed by the H/PC Explorer, icons should follow the two bit per pixel format and incorporate only the following colors: black, white, dark gray and light gray.
This function is not supported on Windows CE version 2.0. For more information on installing applications for version 2.0, see Installing Applications.