ISpecifyPropertyPages Interface
|
![]() ![]() ![]() |
|
Fills an array of GUID values where each GUID specifies the CLSID of a corresponding ActiveGige property page.
|
pPages
|
[out] Pointer to a caller-allocated CAUUID structure that must be initialized and filled before returning. The pElems field in the CAUUID structure is allocated by the callee with CoTaskMemAlloc and freed by the caller with CoTaskMemFree.
|
|
|
S_OK
|
Success
|
E_POINTER
|
The address in pPages is not valid.
|
|
|
|