The DataFlex handle type is an alias for Longptr. It is used to declare variables for storing references to some other identifier, such as an object.
Handle hServer
Move Customer_DD to hServer
For more information, refer to Declaring Variables and the Handle command.