Difference between revisions of "VCOM:VectorWorks:ISDK::UnregisterNotificationProcedure"
From Vectorworks Developer
m (1 revision) |
m (1 revision) |
Latest revision as of 11:07, 12 August 2013
.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference
Description
namespaceVectorWorks
Member of VCOM:VectorWorks:ISDK
Unregisters a notification procedure previously registered by RegisterProcedureForCallback. This MUST be done before the setDown message or the application will crash when the next notification is sent to your plug-in.
virtual void UnregisterNotificationProcedure(
StatusProcPtr proc,
OSType whichChange)
Parameters
StatusProcPtr proc No information available. OSType whichChange No information available.