strict_coNtext_handle屬性
[strict_coNtext_handle] ACF 屬性會設定內容控制碼的限制。
[
strict_context_handle
[, interface-attribute-list]
]
interface interface-name
{
interface-definition-statements
}
參數
-
interface-attribute-list
-
適用于整個介面的其他 ACF 屬性。 有效的屬性包括 auto_handle、 implicit_handle、 explicit_handle和 優化、程式 代碼或 nocode。 以逗號分隔多個屬性。
-
interface-name
-
介面的名稱。
-
interface-definition-statements
-
定義 介面專案的一或多個 MIDL 語句。
備註
一般而言,當呼叫介面方法會產生內容控制碼時,該控制碼就可供任何其他介面自由使用。 當您使用 [strict_coNtext_handle] 屬性時,保證該介面中的方法只會接受相同介面中方法所建立的內容控制碼。 在沒有 [strict_coNtext_handle] 的情況下 編譯的介面,無法接受在以 [strict_coNtext_handle]編譯的介面上建立的內容控制碼。
另請參閱