Classes | Defines

wave-windows.h File Reference

#include "common/common.h"
#include <rpc.h>
Include dependency graph for wave-windows.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  COM_ptr< T >
 COM_ptr<T>: smart pointer to automatically de-reference COM objects. More...

Defines

#define WIN32_LEAN_AND_MEAN   1



#define RPC_VERIFY(exp, rpc_status, msg)
#define HRESULT_VERIFY(exp, hr, msg)
void checkRpcStatus (IN RPC_STATUS rpc_status) throw ()
 helper method to print out information about a particular RPC_STATUS code.
void checkHresult (IN HRESULT hr) throw ()
 helper method to print out information about a particular HRESULT code.
void writeGuid (IO std::ostream &stream, IN const GUID &guid)
 writes an ANSI version of the GUID to the given stream
std::ostream & operator<< (IO std::ostream &stream, IN const GUID &guid)
const char * getGuidString (IN const GUID &guid, IO char *buffer, IN int bufsize)
 gets GUID as a string and copies as much of it as will fit into the specified buffer.

Define Documentation

#define WIN32_LEAN_AND_MEAN   1

Definition at line 41 of file wave-windows.h.