scripting:api:frame-events:can-close-application

CanCloseApplication

Event of IFrameEvents

Called to determine if application can be closed

Appplication.CanCloseApplication = function() {
  return pbResult;
};
function CanCloseApplication()
{
  return pbResult
}
 
Appplication.CanCloseApplication = CanCloseApplication
HRESULT CFrameEvents::CanCloseApplication(VARIANT_BOOL* pbResult)
{
 
}