=========================================================================
       DYNAMIC LINK LIBRARY : XPSAMPLE
========================================================================


AppWizard has created XPSAMPLE.dll for you.  

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

XPSAMPLE.cpp
    This is the main dll source file.

proc.cpp
	This file contains the stored procedure uxp_NetMessage

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

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


/////////////////////////////////////////////////////////////////////////////
Other notes:

After completing this Wizard, copy the XPSAMPLE.dll over to your SQL Server 
\Binn directory.

Add your new Extended Stored Procedure from a Visual Studio Data Project, 
or using the SQL Server Enterprise Manager, or by executing the following 
SQL command:
  sp_addextendedproc 'uxp_NetMessage', 'XPSAMPLE.DLL'

You may drop the extended stored procedure by using the SQL command:
  sp_dropextendedproc 'uxp_NetMessage'

You may release the DLL from the Server (to delete or replace the file), by 
using the SQL command:
  DBCC uxp_NetMessage(FREE)


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