###User Defined Function###
_WinAPI_GetCurrentHwProfile

###Description###
Retrieves information about the current hardware profile for the local computer.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_GetCurrentHwProfile (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The array that contains the following information:
	[0] - The reported docking state of the computer (DOCKINFO_*).
	[1] - The globally unique identifier (GUID) string for the current hardware profile.
	[2] - The display name for the current hardware profile.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetCurrentHwProfile


###Example###
@@IncludeExample@@
