共用方式為


Module::GenericReleaseNotifier::GenericReleaseNotifier 建構函式

初始化 Module::GenericReleaseNotifier 類別的新執行個體。

GenericReleaseNotifier(
   T callback, 
   bool release
) throw() : ReleaseNotifier(release), callback_(callback);

參數

  • callback
    可以叫用括號運算式 (()) 呼叫Lambda 函式、functor 或函式指標的事件處理常式。

  • release
    指定 true 來啟用呼叫基礎 Module::ReleaseNotifier::Release () 方法;否則,請指定 false。

需求

標題: module.h

**命名空間:**Microsoft::WRL

請參閱

參考

Module::GenericReleaseNotifier 類別