DBloginView

Top  Previous  Next

Announce of a window.

The additional windows which indicate plan contents can be opened. With this function a new window in the system is announced. In addition a structure must be filled by the type detailfenster with necessary information, as for example window size.

Parametre

root (PROOT) [IN]

Act on the open data bank.

addr (void *) [IN]

Pointer on a record of the type detailfenster which information about size of the window and other settings contains.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBloginView (

PROOT root,

void * addr

);

Related functions

DBgetViewParameter

DBlogoutView

DBsetViewParameter