반응형
using System.Runtime.interopServices 네임페이스 추가
[DllImport ("라이브러리")]
int GetWindowsText(HWND hWnd, LPTSTR IpString , int nMaxCount);
을 C #을로 변형 -> public static extern int GetWindowsText(int hWnd, StringBuilder Ipstring , int nMaxCount);
'Other Programming > Application Programming' 카테고리의 다른 글
프레임워크 Framwork Enterprise Library 튜토리얼 Enterprise Library 기본사용법 (0) | 2009.02.04 |
---|---|
C# 에서 API 사용하기 (0) | 2008.10.27 |
App 바탕화면 바꾸기 레지스트리 관련 (0) | 2008.10.27 |