หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies an exported function or constant in a module by identifying the entry point in the DLL.
Syntax
[ entry(id) ]
Parameters
id
The ID of the entry point.
Remarks
The entry C++ attribute has the same functionality as the entry MIDL attribute.
Example
See the example for idl_module for an example use of entry.
Requirements
| Attribute context | Value |
|---|---|
| Applies to | idl_module attribute |
| Repeatable | No |
| Required attributes | None |
| Invalid attributes | None |
For more information, see Attribute Contexts.