RecAPI.kRecGetZoneBorder Method |
Namespace: OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetZoneBorder( IntPtr hPage, int nZone, out ZONE_BORDER_TYPE ZoneBorder )
<DllImportAttribute("kernelapi", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecGetZoneBorder ( hPage As IntPtr, nZone As Integer, <OutAttribute> ByRef ZoneBorder As ZONE_BORDER_TYPE ) As RECERR
public: [DllImportAttribute(L"kernelapi", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetZoneBorder( IntPtr hPage, int nZone, [OutAttribute] ZONE_BORDER_TYPE% ZoneBorder )