hth
Code: Alles auswählen
Structure HW_PROFILE_INFO
DockInfo.l
szHWProfileGUID.s{39}
EndStructure
GetCurrentHwProfile_(hwp.HW_PROFILE_INFO)
Debug hwp\szHWProfileGUIDCode: Alles auswählen
Structure HW_PROFILE_INFO
DockInfo.l
szHWProfileGUID.s{39}
EndStructure
GetCurrentHwProfile_(hwp.HW_PROFILE_INFO)
Debug hwp\szHWProfileGUIDCode: Alles auswählen
#MAX_PROFILE_LEN = 80
Structure HW_PROFILE_INFO
DockInfo.l
szHWProfileGUID.s{39}
szHwProfileName.b[#MAX_PROFILE_LEN]
EndStructure
GetCurrentHwProfile_(hwp.HW_PROFILE_INFO)
Debug hwp\szHWProfileGUID
Debug PeekS(@hwp\szHwProfileName)