Desktop Functions: Smart Device Functions:
|
Search Results for "COMPONENTSOPT" in [All]Interfaces
int GetDesktopItemOptions(ref COMPONENTSOPT pco, int dwReserved);
int SetDesktopItemOptions(ref COMPONENTSOPT pco, int dwReserved);
Function GetDesktopItemOptions(ByRef pco As COMPONENTSOPT, ByVal dwReserved As Integer) As Integer
Function SetDesktopItemOptions(ByRef pco As COMPONENTSOPT, ByVal dwReserved As Integer) As Integer
COMPONENTSOPT opts = new COMPONENTSOPT();
opts.dwSize = COMPONENTSOPT.SizeOf; Structures2: COMPONENT |