Listing 1: Code That Creates the GPM and GPMConstants Objects BEGIN COMMENT ' Code that creates the GPM object. END COMMENT Set GPMC = CreateObject("GPMgmt.GPM") BEGIN COMMENT ' Code that creates the GPMConstants object. END COMMENT Set Constants = GPMC.GetConstants()