|
Previous Top Next |
This code template declares a ShellClass instance and assigns the value of a CSIDL folder to a selected variable
This template allows you to optionally declare the ShellClass in your procedure. You only need to do that once per procedure.
Declare Class | Determine if the class should be declared or not. If this is unchecked the class is not declared. |
Class Name | The name of the class to declare or use. If the "Declare Class" is checked this is the label of the class that will be declared. If "Declare Class" is not checked, this is the label of the class that will be used. This entry is required. |
CSIDL to use | Dropdown of CSIDL available in the ITWin32Equates.inc file for CSIDLs. The list is in alphabetical order. |
Assign to variable | Select a variable to assign the value to. This is required. |