ISqlInitializeDebuggingEvent.HandleDebugServerInstance(UInt32, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int HandleDebugServerInstance(System::UInt32 dwCount, cli::array <System::Byte> ^ rgbData);
public int HandleDebugServerInstance(uint dwCount, byte[] rgbData);
abstract member HandleDebugServerInstance : uint32 * byte[] -> int
Public Function HandleDebugServerInstance (dwCount As UInteger, rgbData As Byte()) As Integer
Parameters
- dwCount
- UInt32
- rgbData
- Byte[]