Visual Basic (Declaration) | |
---|---|
Public Shared Function GenerateAllocationStructViaSignaling( _ ByVal allocationSignaling As String, _ ByRef matchedFound As Boolean _ ) As AllocationStruct |
C# | |
---|---|
public static AllocationStruct GenerateAllocationStructViaSignaling( string allocationSignaling, out bool matchedFound ) |
C++/CLI | |
---|---|
public: static AllocationStruct^ GenerateAllocationStructViaSignaling( String^ allocationSignaling, [Out] bool matchedFound ) |
Parameters
- allocationSignaling
- matchedFound
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)