Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/ilv.h>
#include <ilviews/base/config.h>
#include <windows.h>
Classes | |
class | IlvWindowsDisplayConfig |
Display configuration class for Windows applications. More... | |
class | IlvWindowsPoint |
This class is a helper to deal with the Windows API structure POINT in Rogue Wave Views code. More... | |
class | IlvWindowsRect |
This class is a helper to deal with the Windows API structure RECT in Rogue Wave Views code. More... | |
Functions | |
void | IlvAddHandleToResPath (HINSTANCE hInstance, int index) |
Adds an HINSTANCE into the list of access paths. | |
void | IlvRemoveHandleFromResPath (HINSTANCE hInstance) |
Removes an HINSTANCE from the list of access paths. |
[library winviews ilviews/windows/config.h] This file contains declarations of functions and classes specific to the Windows version of Rogue Wave Views.
void IlvAddHandleToResPath | ( | HINSTANCE | hInstance, | |
int | index | |||
) |
Adds an HINSTANCE into the list of access paths.
The list of access paths specifies where the data may be read from resources that are bound to the application.
This function is declared as extern "C".
hInstance | An HINSTANCE to be inserted into the list of access paths. | |
index | An int that is the position where the handle is inserted in the list (-1 means that it is appended to the list). |
IlvRemoveHandleFromResPath
. void IlvRemoveHandleFromResPath | ( | HINSTANCE | hInstance | ) |
Removes an HINSTANCE from the list of access paths.
The list of access paths specifies where the data may be read from resources that are bound to the application.
This function is declared as extern "C".
hInstance | The HINSTANCE to be removed from the list of access paths. |
IlvAddHandleToResPath
. © Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.