Files
core/ASCOfficeDocxFile/ASCOfficeDocxFile.cpp

19 lines
493 B
C++

// ASCDocxFile.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 = "ASCDocxFile",
helpstring = "ASCDocxFile 1.0 Type Library",
resource_name = "IDR_ASCDOCXFILE") ]
class CAVSDocxFileModule
{
public:
// Override CAtlDllModuleT members
};