Files
core/ASCOfficeDocxFile/AVSOfficeDocxFile.cpp

19 lines
493 B
C++

// AVSDocxFile.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{CBCEF68A-61B4-49FA-A35F-3BFF46FD3BE8}",
name = "AVSDocxFile",
helpstring = "AVSDocxFile 1.0 Type Library",
resource_name = "IDR_AVSDOCXFILE") ]
class CAVSDocxFileModule
{
public:
// Override CAtlDllModuleT members
};