PowerReadPossibleFriendlyName

C# Signature:

[DllImport("PowrProf.dll", SetLastError=true)]
public static extern uint PowerReadPossibleFriendlyName(IntPtr RootPowerKey, IntPtr SubGroupOfPowerSettingGuid, IntPtr PowerSettingGuid, UInt32 PossibleSettingIndex, IntPtr Buffer, ref UInt32 BufferSize);

VB Signature:

Declare Function PowerReadPossibleFriendlyName Lib "powrprof.dll" (TODO) As TODO

Última actualización