หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Microsoft Specific
Returns the BSTR wrapped by a _bstr_t and detaches the BSTR from the _bstr_t.
Syntax
BSTR Detach( ) throw;
Return Value
Returns the BSTR encapsulated by the _bstr_t.
Example
See _bstr_t::Assign for an example that uses Detach.
END Microsoft Specific