Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the Module::MethodReleaseNotifier class.
MethodReleaseNotifier(
   _In_ T* object, 
   _In_ void (T::* method)(), 
   bool release) throw() :
            ReleaseNotifier(release), object_(object), 
            method_(method);
Parameters
- object 
 An object whose member function is an event handler.
- method 
 The member function of parameter object that is the event handler.
- release 
 Specify true to enable calling the underlying Module::ReleaseNotifier::Release() method; otherwise, specify false.
Requirements
Header: module.h
Namespace: Microsoft::WRL