engWinInit

Purpose

Initialize the engine library with the instance handle of your Windows program.

Syntax

#include "engine.h"
void engWinInit(hInst)
        HANDLE hInst

Arguments

hInst
Window handle

Description

This call must appear at the top of your windows program to initialize the system correctly.

(c) Copyright 1994 by The MathWorks, Inc.