Microsoft Chat Server Development Guide

Add the Chat Extensibility object model include files

  1. In StdAfx.h:
    #include "chatsvc.h"
    
  2. In your project's main CPP file:
    #include "chatsvc_i.h"
    

Note: These files are located in the Samples\vc5\inc subdirectory.


© 1998 Microsoft Corporation. All rights reserved.