Import.InstallHinfSection Method
[DllImport("Setupapi.dll", EntryPoint = "InstallHinfSection", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static extern void InstallHinfSection(
[In()]
IntPtr hwnd,
[In()]
IntPtr ModuleHandle,
[In()]
[MarshalAs(UnmanagedType.LPWStr)]
string CmdLineBuffer,
int nCmdShow
)
This language is not supported or no code example is available.
Parameters
- hwnd
- IntPtr
- ModuleHandle
- IntPtr
- CmdLineBuffer
- string
- nCmdShow
- int
[DllImport("Setupapi.dll", EntryPoint = "InstallHinfSection", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static extern void InstallHinfSection([In] IntPtr hwnd, [In] IntPtr ModuleHandle, [In, MarshalAs(UnmanagedType.LPWStr)] string CmdLineBuffer, int nCmdShow);
This language is not supported or no code example is available.