
Function make_framework_support - Generate C++ code for a Python Interface and Gateway
SYNOPSIS
import win32com.makegw.makegw
def make_framework_support(header_file_name, interface_name, bMakeInterface = 1, bMakeGateway = 1)
DESCRIPTION
- header_file_name
- The full path to the .H file which defines the interface.
- interface_name
- The name of the interface to search for, and to generate.
- bMakeInterface = 1
- Should interface (ie, client) support be generated.
- bMakeGatewayInterface = 1
- Should gateway (ie, server) support be generated.
This method will write a .cpp and .h file into the current directory,
(using the name of the interface to build the file name.
SEE ALSO
win32com.makegw.makegw
Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997