_GetRegistryPath

include vmm.inc

VMMCall _GetRegistryPath, <OFFSET32 ThisDDB, OFFSET32 UserBuff,
    UserBuffSize>
 

Retrieves the path to the registry location where information about a VxD is stored. This service is available only during initialization. Uses C calling convention.

ThisDDB
Address of the descriptor block (VxD_Desc_Block) for the virtual device.
UserBuff
Address of the buffer that receives the registry path.
UserBuffSize
Size, in bytes, of the buffer pointed to by UserBuff.