नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Releases a reference to a garbage collected object.
Syntax
STDAPI_(JsErrorCode) JsRelease(
_In_ JsRef ref,
_Out_opt_ unsigned int *count
);
Parameters
ref
The object to add a reference to.
count
The object's new reference count (can pass in null).
Return Value
The code JsNoError if the operation succeeded, a failure code otherwise.
Remarks
Removes a reference to a JsRef handle that was created by JsAddRef.
Requirements
Header: jsrt.h