Desktop Functions: Smart Device Functions:
|
Search Results for "SaferCreateLevel" in [All]advapi32Create a LevelHandle using SaferCreateLevel.
public static extern bool SaferCreateLevel(uint dwScopeId, uint dwLevelId, int OpenFlags, out IntPtr
Declare Function SaferCreateLevel Lib "advapi32.dll" (ByVal dwScopeId As Long, ByVal dwLevelId As Long, ByVal OpenFlags As Long, pLevelHandle As Long, ByVal lpReserved As Long) As Long You can then declare SaferCreateLevel as:
public static extern bool SaferCreateLevel(uint dwScopeId, uint dwLevelId, int OpenFlags, out IntPtr |