Tcl 8.7/Tk8.7a5 Documentation > Tk C API > GetHINSTANCE

Tcl/Tk Applications | Tcl Commands | Tk Commands | Tcl C API | Tk C API

NAME

Tk_GetHINSTANCE — retrieve the global application instance handle

SYNOPSIS

#include <tkPlatDecls.h>
HINSTANCE
Tk_GetHINSTANCE()

DESCRIPTION

Tk_GetHINSTANCE returns the Windows application instance handle for the Tk application. This function is only available on Windows platforms.

KEYWORDS

identifier, instance
Copyright © 1998-2000 Scriptics Corporation.