• svn URL

Use this URL in your Subversion client. Need more instructions?
 

Utilities based on Alax.Info ATL/WTL Extras

root/trunk/FilterGraphSpy

User picture

Author: alax

Revision: 304 («Previous)

(Jul 27 08:00 2011 UTC) 7 months ago


  

 
Name Date Rev. Commit message
BdaHooks Thu, 24 Dec 2009 182 [alax] DirectShow Filter Mapper Spy
Release Trace Wed, 27 Jul 2011 303 [alax]
AboutDialog.h Tue, 26 Jul 2011 302 [alax] - fix for large files - progress bar parsing indicator
AddFilter.ico Sun, 24 Jul 2011 297 [alax] adding missing files
Common.h Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
CreatedFilter.ico Mon, 25 Jul 2011 298 [alax] cosmetic changes
DirectShowSpy.cpp Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
DirectShowSpy.def Thu, 24 Dec 2009 184 [alax]
DirectShowSpy.idl Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
DirectShowSpy.rc Tue, 26 Jul 2011 302 [alax] - fix for large files - progress bar parsing indicator
DirectShowSpy.rgs Thu, 24 Dec 2009 184 [alax]
DirectShowSpy.sln Tue, 02 Feb 2010 187 [alax] a fix for unexpected crash of COM surrogate process on Wi...
DirectShowSpy.vcproj Tue, 26 Jul 2011 302 [alax] - fix for large files - progress bar parsing indicator
DirectShowSpy_i.c Mon, 25 Jul 2011 298 [alax] cosmetic changes
DirectShowSpy_i.h Mon, 25 Jul 2011 298 [alax] cosmetic changes
DirectShowSpy_p.c Mon, 25 Jul 2011 298 [alax] cosmetic changes
DirectShowSpyPS.def Thu, 24 Dec 2009 184 [alax]
DirectShowSpyPS.vcproj Thu, 24 Dec 2009 184 [alax]
dlldata.c Thu, 24 Dec 2009 182 [alax] DirectShow Filter Mapper Spy
dllmain.cpp Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
dllmain.h Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
Failure.ico Sun, 24 Jul 2011 297 [alax] adding missing files
FilterGraphSpy.cpp Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
FilterGraphSpy.h Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
FilterGraphSpy.rgs Thu, 24 Dec 2009 182 [alax] DirectShow Filter Mapper Spy
FilterMapperSpy.h Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
FilterMapperSpy.rgs Thu, 24 Dec 2009 183 [alax] DirectShow Filter Mapper Spy
GraphBuilderCallbackPropertySheet.h Tue, 26 Jul 2011 302 [alax] - fix for large files - progress bar parsing indicator
Information.ico Sun, 24 Jul 2011 297 [alax] adding missing files
Module.ico Sun, 24 Jul 2011 297 [alax] adding missing files
ReadMe.txt Thu, 24 Dec 2009 182 [alax] DirectShow Filter Mapper Spy
RemoveFilter.ico Sun, 24 Jul 2011 297 [alax] adding missing files
resource.h Tue, 26 Jul 2011 302 [alax] - fix for large files - progress bar parsing indicator
SelectedFilter.ico Mon, 25 Jul 2011 298 [alax] cosmetic changes
stdafx.cpp Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
stdafx.h Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes
Success.ico Sun, 24 Jul 2011 297 [alax] adding missing files
targetver.h Sun, 24 Jul 2011 295 [alax] - intelligent connect log property sheet - cosmetic changes

ReadMe.txt

========================================================================
    ACTIVE TEMPLATE LIBRARY : DirectShowSpy Project Overview
========================================================================

AppWizard has created this DirectShowSpy 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.

DirectShowSpy.vcproj
    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.

DirectShowSpy.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 (DirectShowSpy.h)
        GUID definitions                                (DirectShowSpy_i.c)
        A type library                                  (DirectShowSpy.tlb)
        Marshaling code                                 (DirectShowSpy_p.c and dlldata.c)

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

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

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

DirectShowSpy.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

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

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

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

/////////////////////////////////////////////////////////////////////////////
Proxy/stub DLL project and module definition file:

DirectShowSpyps.vcproj
    This file is the project file for building a proxy/stub DLL if necessary.
	The IDL file in the main project must contain at least one interface and you must
	first compile the IDL file before building the proxy/stub DLL.	This process generates
	dlldata.c, DirectShowSpy_i.c and DirectShowSpy_p.c which are required
	to build the proxy/stub DLL.

DirectShowSpyps.def
    This module definition file provides the linker with information about the exports
    required by the proxy/stub.

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