Windows2003-3790/termsrv/license/lrwizapi/fancypasting.h
2020-09-30 16:53:55 +02:00

9 lines
220 B
C

//Copyright (c) 2001 Microsoft Corporation
#ifndef _FANCYPASTING_H_
#define _FANCYPASTING_H_
#include "precomp.h"
void InsertClipboardDataIntoIDFields(HWND hDialog, int nFirstControl, int nLastControl);
#endif