Suggestion: A Win API header file parser that converts types and API declares to your script language syntax, for use as include files

have I got the idea:
Code:
typedef struct OSVERSIONINFO {
    long dwOSVersionInfoSize,
    long dwMajorVersion,
    long dwMinorVersion,
    long dwBuildNumber,
    long dwPlatformId,
    char szCSDVersion[128],
};
?