rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

config.h File Reference

#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.

Detailed Description

[library winviews ilviews/windows/config.h] This file contains declarations of functions and classes specific to the Windows version of Rogue Wave Views.


Function Documentation

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".

Parameters:
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).
See also:
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".

Parameters:
hInstance The HINSTANCE to be removed from the list of access paths.
See also:
IlvAddHandleToResPath.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.