You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
708 B

// IncSourceTestDlg.idl: IncSourceTestDlg.exe의 형식 라이브러리 소스
// 이 파일은 MIDL 컴파일러에 의해 처리되어
// 형식 라이브러리(IncSourceTestDlg.tlb)입니다.
[ uuid(fdcaae6b-3d5c-4612-8bfc-6b4e40f2518d), version(1.0) ]
library IncSourceTestDlg
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// CIncSourceTestDlgDoc의 기본 디스패치 인터페이스
[ uuid(2ef56b3a-ca68-4764-8fdd-5d19ec609144) ]
dispinterface IIncSourceTestDlg
{
properties:
methods:
};
// CIncSourceTestDlgDoc에 대한 클래스 정보
[ uuid(485ee25e-0171-42b5-8cf0-7883ae87945e) ]
coclass IncSourceTestDlg
{
[default] dispinterface IIncSourceTestDlg;
};
};