Search Results for

    Show / Hide Table of Contents

    Delegate NativePlugin.ErrorHandlerDelegate

    Namespace: RenderHeads.Media.AVProMovieCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void ErrorHandlerDelegate(int handle, int domain, int code, string message);
    Parameters
    Type Name Description
    System.Int32 handle
    System.Int32 domain
    System.Int32 code
    System.String message
    In This Article