windows-nt/Source/XPSP1/NT/printscan/dload/sti.c
2020-09-26 16:20:57 +08:00

32 lines
501 B
C

#include "printscanpch.h"
#pragma hdrstop
#include <objbase.h>
#include <sti.h>
static
HRESULT
StiCreateInstanceW(
HINSTANCE hinst,
DWORD dwVer,
IStillImageW **ppSti,
LPUNKNOWN punkOuter)
{
if (ppSti)
{
*ppSti = NULL;
}
return E_FAIL;
}
//
// !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
//
DEFINE_PROCNAME_ENTRIES(sti)
{
DLPENTRY(StiCreateInstanceW)
};
DEFINE_PROCNAME_MAP(sti)