일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 해설
- 한국 진출
- 컴포넌트
- Kotlin
- OSI 7계층
- 사진 화질 개선
- 풀이
- 18.04
- 기초 C
- 최신 버전
- 딥 러닝
- C 언어
- GDI+
- Win32 apps
- Challenge
- Bionic Beaver
- Python
- RegEnumKeyA
- 이미지 화질 개선
- Win32 #API
- RegEnumKeyExA
- S시리즈
- 새로운 언어
- LDAP
- 프로그래밍
- hackerschool
- FTZ
- EAPHost
- C언어
- CISCO #TALOS
- Today
- Total
하나 하나 알아가는 프로그래밍
IWbemServices::ExecNotificationQueryAsync method (wbemcli.h) 본문
IWbemServices::ExecNotificationQueryAsync method (wbemcli.h)
Metallic 2020. 10. 14. 11:36The IWbemServices::ExecNotificationQueryAsync method performs the same task as IWbemServices::ExecNotificationQuery except that events are supplied to the specified response handler until CancelAsyncCall is called to stop the event notification.
IWbemServices::ExecNotificationQueryAsync 메소드는 CancelAsyncCall이 이벤트 알림을 중지하기 위해서 호출될 때까지. 응답을 다루기 위한 특정된 이벤트를 제외한 IWbemServices::ExecNotificationQuery과 동일한 작업을 수행한다.
(오역일 수 있음)
HRESULT ExecNotificationQueryAsync(
const BSTR strQueryLanguage,
const BSTR strQuery,
long lFlags,
IWbemContext *pCtx,
IWbemObjectSink *pResponseHandler
);
MS 원문
IWbemServices::ExecNotificationQueryAsync (wbemcli.h) - Win32 apps
The IWbemServices::ExecNotificationQueryAsync method performs the same task as IWbemServices::ExecNotificationQuery except that events are supplied to the specified response handler until CancelAsyncCall is called to stop the event notification.
docs.microsoft.com
'프로그래밍 > 윈도우 프로그래밍' 카테고리의 다른 글
SetWindowPos function (winuser.h) (0) | 2020.10.08 |
---|---|
RegEnumKeyA, RegEnumKeyExA function (winreg.h) (0) | 2020.10.06 |
AD, LDAP 간단 정리 (0) | 2020.10.06 |
(MFC) GDI+ 클래스 (0) | 2020.10.05 |