1MrmInitialize(library call) MrmInitialize(library call)
2
3
4
6 MrmInitialize — Prepares an application to use MRM widget-fetching
7 facilities
8
10 void MrmInitialize(void)
11
13 The MrmInitialize function must be called to prepare an application to
14 use MRM widget-fetching facilities. You must call this function prior
15 to fetching a widget. However, it is good programming practice to call
16 MrmInitialize prior to performing any MRM operations.
17
18 MrmInitialize initializes the internal data structures that MRM needs
19 to successfully perform type conversion on arguments and to success‐
20 fully access widget creation facilities. An application must call
21 MrmInitialize before it uses other MRM functions.
22
23
24
25 MrmInitialize(library call)