IMbnConnectionProfileEvents::OnProfileUpdate 메서드(mbnapi.h)
중요
Windows 10 버전 1803부터 이 섹션에 설명된 Win32 API는 Windows.Networking.Connectivity 네임스페이스의 Windows 런타임 API로 대체됩니다.
프로필 업데이트 작업이 완료되었음을 나타내는 알림 메서드입니다.
구문
HRESULT OnProfileUpdate(
[in] IMbnConnectionProfile *newProfile
);
매개 변수
[in] newProfile
변경된 프로필을 나타내는 IMbnConnectionProfile 인터페이스입니다.
반환 값
이 메서드는 S_OK 반환해야 합니다.
설명
OnProfileUpdate는 등록된 애플리케이션에 IMbnConnectionProfile 인터페이스의 UpdateProfile 메서드 또는 IMbnConnectionProfileManager 인터페이스의 CreateConnectionProfile 호출로 시작된 작업의 완료를 알리기 위해 호출됩니다.
요구 사항
지원되는 최소 클라이언트 | Windows 7 [데스크톱 앱만 해당] |
지원되는 최소 서버 | 지원되는 버전 없음 |
대상 플랫폼 | Windows |
헤더 | mbnapi.h |