Ikko Eltociear Ashimine
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
native/Avalonia.Native/inc/comimpl.h
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
#include <cstring> |
|
|
|
|
|
|
|
/**
|
|
|
|
START_COM_CALL causes AddRef to be called at the beggining of a function. |
|
|
|
START_COM_CALL causes AddRef to be called at the beginning of a function. |
|
|
|
When a function is exited, it causes ReleaseRef to be called. |
|
|
|
This ensures that the object cannot be destroyed whilst the function is running. |
|
|
|
For example: Window Show is called, which triggers an event, and user calls Close inside the event |
|
|
|
|