代码搜索:GetObject
找到约 680 项符合「GetObject」的源代码
代码结果 680
www.eeworm.com/read/104928/15681141
vbs sol14-13.vbs
Const ADS_GROUP_TYPE_DOMAIN_LOCAL_GROUP = 4
Set objDomain = GetObject("WinNT://Acme")
Set objGroup = objDomain.Create("group", "Acctusers")
objGroup.groupType = ADS_GROUP_TYPE_DOMAIN_LOCAL_GROUP
www.eeworm.com/read/104928/15681303
vbs sol16-3a.vbs
Set objMailbox = _
GetObject("LDAP://odin/cn=Freds,cn=Accountants,ou=Office,o=Acme")
objMailBox.Put "MDB-Use-Defaults", False
'set the mailbox to send warnings at 10 megabytes
objMailBox.Put
www.eeworm.com/read/176163/9513801
h returnstock.h
#pragma once
#include "DBBase.h"
#include "infClass.h"
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::For
www.eeworm.com/read/176163/9514048
h returnstock.h
#pragma once
#include "DBBase.h"
#include "infClass.h"
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::For
www.eeworm.com/read/457508/7324804
sru uo_comctl_datetime.sru
$PBExportHeader$uo_comctl_datetime.sru
$PBExportComments$下拉式时间控件
forward
global type uo_comctl_datetime from userobject
end type
end forward
global type uo_comctl_datetime from userobject
int
www.eeworm.com/read/104928/15681107
vbs sol14-11.vbs
Const UF_DONTEXPIRE_PASSWD = 65536
Set objUser = GetObject("WinNT://ACME/fsmith,user")
objUser.Put "userFlags", usr.Get("UserFlags") Or ADS_UF_DONTEXPIRE_PASSWD
objUser.SetInfo
www.eeworm.com/read/412483/11198434
cpp bp_scene.cpp
/*
* SOLID - Software Library for Interference Detection
* Copyright (c) 2001 Dtecta
*
* All rights reserved.
*/
#include "BP_Scene.h"
#include "BP_Proxy.h"
#include
www.eeworm.com/read/406718/2273772
java equal.java
package org.jutil.predicate;
/**
* A class of predicate that check whether or not the given argument
* equals getObject().
*
*