CreateActCtxW method

Pointer<Void> CreateActCtxW(
  1. Pointer<ACTCTXW> pActCtx
)

Implementation

ffi.Pointer<ffi.Void> CreateActCtxW(
  ffi.Pointer<ACTCTXW> pActCtx,
) {
  return _CreateActCtxW(
    pActCtx,
  );
}