DelegateGetInstanceNameFromService 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
대리자에서 서비스에서 instance 이름을 가져오는 데 성공했는지 여부를 반환합니다.
public delegate bool DelegateGetInstanceNameFromService(System::String ^ sServiceName, StringBuilder ^ sInstanceName, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstanceNameFromService(string sServiceName, StringBuilder sInstanceName, out uint pdwSize);
type DelegateGetInstanceNameFromService = delegate of string * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstanceNameFromService(sServiceName As String, sInstanceName As StringBuilder, ByRef pdwSize As UInteger) As Boolean
매개 변수
- sServiceName
- String
서비스의 이름입니다.
- sInstanceName
- StringBuilder
인스턴스 이름입니다.
- pdwSize
- UInt32
반환된 구조체의 예상 크기(바이트)입니다.
반환 값
true 대리자의 성공이면 이고, 그렇지 않으면 입니다 false.