29 lines
724 B
C
29 lines
724 B
C
#ifndef __FAX_PRINTSDI_SAMPLE
|
|
//==========================================================================
|
|
//
|
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#define __FAX_PRINTSDI_SAMPLE
|
|
|
|
//
|
|
//Includes
|
|
//
|
|
|
|
#include <windows.h>
|
|
#include <winbase.h>
|
|
#include <stdlib.h>
|
|
#include <tchar.h>
|
|
#include <strsafe.h>
|
|
#include <winfax.h>
|
|
#include <gdiplus.h>
|
|
#include <stdio.h>
|
|
#include <shellapi.h>
|
|
|
|
#endif |