Menu

Tree [4f76b8] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2014-08-20 ip82 ip82 [f277fd] Modified .gitignore
 NotificationServices.aps 2014-08-25 ip82 ip82 [4f76b8] Updated version.
 NotificationServices.cpp 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 NotificationServices.def 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 NotificationServices.idl 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 NotificationServices.rc 2014-08-25 ip82 ip82 [4f76b8] Updated version.
 NotificationServices.rgs 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 PluginTable.cpp 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 PluginTable.h 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 Plugins.h 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 ReadMe.txt 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 ThreadOperation.cpp 2014-08-20 ip82 ip82 [bef024] Refactoring.
 ThreadOperation.h 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 ThreadPoolService.cpp 2014-08-25 ip82 ip82 [d1482c] Bugfixes.
 ThreadPoolService.h 2014-08-24 ip82 ip82 [578733] Refactroring.
 ThreadPoolService.rgs 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 ThreadService.cpp 2014-08-24 ip82 ip82 [578733] Refactroring.
 ThreadService.h 2014-08-24 ip82 ip82 [578733] Refactroring.
 ThreadService.rgs 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 TimerService.cpp 2014-08-24 ip82 ip82 [578733] Refactroring.
 TimerService.h 2014-08-24 ip82 ip82 [578733] Refactroring.
 asyncsvc.vcxproj 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 asyncsvc.vcxproj.filters 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 asyncsvc_contract_i.idl 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 dlldata.c 2014-08-20 ip82 ip82 [d12879] Renamed to asyncsvc.
 dllmain.cpp 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 dllmain.h 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 resource.h 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 stdafx.cpp 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 stdafx.h 2014-08-23 ip82 ip82 [59eea9] Added ThreadPoolService.
 targetver.h 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 xdlldata.c 2014-08-12 ip82 ip82 [46ee30] Initial commit.
 xdlldata.h 2014-08-12 ip82 ip82 [46ee30] Initial commit.

Read Me

========================================================================
    ACTIVE TEMPLATE LIBRARY : NotificationServices Project Overview
========================================================================

AppWizard has created this NotificationServices project for you to use as the starting point for
writing your Dynamic Link Library (DLL).

This file contains a summary of what you will find in each of the files that
make up your project.

NotificationServices.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

NotificationServices.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

NotificationServices.idl
    This file contains the IDL definitions of the type library, the interfaces
    and co-classes defined in your project.
    This file will be processed by the MIDL compiler to generate:
        C++ interface definitions and GUID declarations (NotificationServices.h)
        GUID definitions                                (NotificationServices_i.c)
        A type library                                  (NotificationServices.tlb)
        Marshaling code                                 (NotificationServices_p.c and dlldata.c)

NotificationServices.h
    This file contains the C++ interface definitions and GUID declarations of the
    items defined in NotificationServices.idl. It will be regenerated by MIDL during compilation.

NotificationServices.cpp
    This file contains the object map and the implementation of your DLL's exports.

NotificationServices.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.

NotificationServices.def
    This module-definition file provides the linker with information about the exports
    required by your DLL. It contains exports for:
        DllGetClassObject
        DllCanUnloadNow
        DllRegisterServer
        DllUnregisterServer
        DllInstall

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named NotificationServices.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file that defines resource IDs.


/////////////////////////////////////////////////////////////////////////////