how to expose property set to user application?

Hi,

I have written a video capture minidriver for 1394 DCAM which is IIDC 1.3v
complaint.In that

1 I have created 2-3 proprietary property sets. Now I want to know and how
to add get,set handlers for them.and how to expose property
set to user application.

2 In DDK (ntddk) it’s given that custom property sets are typically exposed
as COM interfaces by a KSProxy plug-in.What does this mean? Similarly,
custom property pages may be implemented to provide user interfaces to
control these property sets, also by creating a KSProxy plug-in.

How to create a KsProxy plug-in DLL to implement COM interface or property
page.
How to create a custom property pages?

thanks.

Jayalakshmi