Ctl3dRegister function
Registers an application as a client of CTL3D.
Syntax
BOOL Ctl3dRegister(
HANDLE hinstApp
);
Parameters
-
hinstApp
-
A handle to the application to be registered as a client.
Return value
Returns TRUE if 3D effects are active; otherwise, it returns FALSE.
Remarks
An application that uses CTL3D should call this function in WinMain.
3D effects are not available on systems that have less than VGA resolution.
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
Requirement | Value |
---|---|
DLL |
|