หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
This method retrieves a list of argument types associated with this object.
Syntax
Parameters
skip
[in]Number of fields to skip before getting argument types.
count
[in] The number of argument fields to return (also specifies the size of the ppFields array).
ppFields
[in, out] An array of fields that will be filled in on return of this method.
pFetched
[out] (optional) The number of argument type fields actually returned.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The number of argument types can be obtained beforehand with GetTypeArgumentCount.